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
I managed to find the issue by tracing in lingui-compile:
"{0} files": {
"translation": "{{numFiles}} dosieroj", // <---- {{numFiles}} should be {0} instead
"origin": [["src/repository/screens/pull-diff.screen.js", 98]]
},
catching errors from messageformat-parser and outputting something like Error: Invalid string found in locale/eo/messages.json for message "{0} files" would be helpful.
The text was updated successfully, but these errors were encountered:
Migrating from react-native-i18n to lingui, I needed to automate the catalog conversion a bit.
At some point, I messed up a string in a message.json file, and struggled a bit to find the culprit:
I managed to find the issue by tracing in lingui-compile:
catching errors from
messageformat-parser
and outputting something likeError: Invalid string found in locale/eo/messages.json for message "{0} files"
would be helpful.The text was updated successfully, but these errors were encountered: