From fd1f39a6ea437fbdf38b7b45559b4750dc78bb05 Mon Sep 17 00:00:00 2001 From: JHubi1 Date: Wed, 26 Jun 2024 16:08:12 +0200 Subject: [PATCH] Added untranslated messages file --- l10n.yaml | 1 + untranslated_messages.json | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 untranslated_messages.json diff --git a/l10n.yaml b/l10n.yaml index 15338f2..b49b5df 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 +untranslated-messages-file: untranslated_messages.json diff --git a/untranslated_messages.json b/untranslated_messages.json new file mode 100644 index 0000000..f79c7bc --- /dev/null +++ b/untranslated_messages.json @@ -0,0 +1,25 @@ +{ + "de": [ + "settingsDescriptionBehavior", + "settingsDescriptionInterface", + "settingsDescriptionVoice", + "settingsDescriptionExport", + "settingsDescriptionAbout", + "settingsPreloadModels", + "settingsVoiceTtsNotSupported", + "settingsVoiceTtsNotSupportedDescription", + "settingsVoiceNotEnabled" + ], + + "zh": [ + "settingsDescriptionBehavior", + "settingsDescriptionInterface", + "settingsDescriptionVoice", + "settingsDescriptionExport", + "settingsDescriptionAbout", + "settingsPreloadModels", + "settingsVoiceTtsNotSupported", + "settingsVoiceTtsNotSupportedDescription", + "settingsVoiceNotEnabled" + ] +}