From d17a62db90326fa2623ccf035c1725bf9f52a572 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:54:42 +0200 Subject: [PATCH] improved localization --- .gitignore | 2 ++ l10n.yaml | 1 + lib/locale/l10n/app_de.arb | 1 + 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a8e938c..3bd63a6 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +untranslated_messages.json \ No newline at end of file diff --git a/l10n.yaml b/l10n.yaml index 8d29a62..66546b3 100644 --- a/l10n.yaml +++ b/l10n.yaml @@ -1,3 +1,4 @@ arb-dir: lib/locale/l10n template-arb-file: app_en.arb output-localization-file: app_localizations.dart +untranslated-messages-file: untranslated_messages.json diff --git a/lib/locale/l10n/app_de.arb b/lib/locale/l10n/app_de.arb index 2e3ef76..e592452 100644 --- a/lib/locale/l10n/app_de.arb +++ b/lib/locale/l10n/app_de.arb @@ -2,6 +2,7 @@ "appTitleQuestion": "Quid faciam hodie?", "generalError": "Ein Fehler ist aufgetreten", + "generalCancelButtonLabel": "Abbrechen", "welcomeScreenDescription": "Finde heraus was du den ganzen Tag gemacht hast und erlebe Erinnerungen wieder, die du komplett vergessen hast!", "welcomeScreenSubtitle": "Was hab ich heute gemacht?",