Create report of untranslated strings.

This commit is contained in:
Dain Nilsson 2023-03-02 11:14:03 +01:00
parent cbd1561154
commit fd1046eb72
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -42,3 +42,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
# Report of untranslated strings
/missing_l10n_strings.json

View File

@ -1,3 +1,4 @@
arb-dir: lib/l10n
template-arb-file: app_en.arb
output-localization-file: app_localizations.dart
untranslated-messages-file: missing_l10n_strings.json