slang-i18n / slang

Type-safe i18n for Dart and Flutter
https://pub.dev/packages/slang
MIT License
474 stars 39 forks source link

Add new translations from missing_translations.json #111

Closed Tienisto closed 2 years ago

Tienisto commented 2 years ago

After executing flutter pub run slang:analyze, there is a file named missing_translations.json.

After the keys have been properly translated, it is quite time consuming to apply all those new translations into the main translation file.

Add command flutter pub run slang:apply <file> which does this work in one command