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?",