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
Or, in my opinion, the better way, you could compile po to mo using msgfmt and open those mo-files using dart_gettext_parser package in the app runtime.
hi
What are the steps you take to convert from source code to json file like es_ES.json ?
For now I found this method:
then edit
translations/es_ES/LC_MESSAGES/messages.po
with poeditthen make a script using gettext-parser
to convert
translations/es_ES/LC_MESSAGES/messages.po
tol10n/es_ES.json
do you work like this or ou have better dev flow?
The text was updated successfully, but these errors were encountered: