From fd1046eb720b2357f44f42cb3ff5eab530e1077d Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Thu, 2 Mar 2023 11:14:03 +0100 Subject: [PATCH] Create report of untranslated strings. --- .gitignore | 3 +++ l10n.yaml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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