Emit missing translations in a file
This commit is contained in:
parent
e324f4fc2e
commit
ebd6efd3fe
2 changed files with 10 additions and 0 deletions
9
l10n-missing-translation.json
Normal file
9
l10n-missing-translation.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"de": [
|
||||
"ok",
|
||||
"start_backup",
|
||||
"auth_session_expired",
|
||||
"auth_login_again",
|
||||
"auth_logging_out"
|
||||
]
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
arb-dir: lib/l10n
|
||||
template-arb-file: app_en.arb
|
||||
output-localization-file: app_localizations.dart
|
||||
untranslated-messages-file: l10n-missing-translation.json
|
Loading…
Reference in a new issue