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" + ] +}