Closed Tienisto closed 2 years ago
After executing flutter pub run slang:analyze, there is a file named missing_translations.json.
flutter pub run slang:analyze
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
flutter pub run slang:apply <file>
After executing
flutter pub run slang:analyze
, there is a file namedmissing_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