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 wrote an alternative dart code generator in dart since then (because my poor knowledge in ts). https://github.com/gnudles/dart_i18n_generator
add it to dev dependencies in pubspec.yaml and generate i18n.dart by running the command
flutter pub run i18n_json:i18n_json
I have two files en-US.json, he-IL.json
I add simple array:
"fruits": ["apple","banana"]
hebrew:
"fruits": ["apple","בננה"]
then only en_US class getting generated
The text was updated successfully, but these errors were encountered: