Added untranslated messages file

This commit is contained in:
JHubi1 2024-06-26 16:08:12 +02:00
parent 34044e74bb
commit fd1f39a6ea
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,25 @@
{
"de": [
"settingsDescriptionBehavior",
"settingsDescriptionInterface",
"settingsDescriptionVoice",
"settingsDescriptionExport",
"settingsDescriptionAbout",
"settingsPreloadModels",
"settingsVoiceTtsNotSupported",
"settingsVoiceTtsNotSupportedDescription",
"settingsVoiceNotEnabled"
],
"zh": [
"settingsDescriptionBehavior",
"settingsDescriptionInterface",
"settingsDescriptionVoice",
"settingsDescriptionExport",
"settingsDescriptionAbout",
"settingsPreloadModels",
"settingsVoiceTtsNotSupported",
"settingsVoiceTtsNotSupportedDescription",
"settingsVoiceNotEnabled"
]
}