You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the extract format is set to minimal, the extract command is not correctly setting the default message for the source locale. It does however work fine when the format is set to lingui
Given:
<Transid="userpage.tabs.items">Items</Trans>
Command:
yarn lingui extract
Output (locale/en/messages.json):
{
"userpage.tabs.items": "userpage.tabs.items"
}
Expected:
{
"userpage.tabs.items": "Items"
}
Config including package versions (extract from my package.json):
It can be fixed editing one string as I described in #199 (starting at "And this leads to another issue..."). #212 and #141 (comment) have similar complaints. @tricoder42 should I create a PR?
When the extract format is set to
minimal
, the extract command is not correctly setting the default message for the source locale. It does however work fine when the format is set tolingui
Given:
Command:
Output (
locale/en/messages.json
):Expected:
Config including package versions (extract from my package.json):
The text was updated successfully, but these errors were encountered: