diff --git a/.gitignore b/.gitignore index 24476c5d..56c10bf2 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +# Report of untranslated strings +/missing_l10n_strings.json \ No newline at end of file diff --git a/l10n.yaml b/l10n.yaml index 4e6692e5..bc55c76c 100644 --- a/l10n.yaml +++ b/l10n.yaml @@ -1,3 +1,4 @@ arb-dir: lib/l10n template-arb-file: app_en.arb -output-localization-file: app_localizations.dart \ No newline at end of file +output-localization-file: app_localizations.dart +untranslated-messages-file: missing_l10n_strings.json \ No newline at end of file