Added untranslated messages file
This commit is contained in:
parent
34044e74bb
commit
fd1f39a6ea
|
@ -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
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"de": [
|
||||
"settingsDescriptionBehavior",
|
||||
"settingsDescriptionInterface",
|
||||
"settingsDescriptionVoice",
|
||||
"settingsDescriptionExport",
|
||||
"settingsDescriptionAbout",
|
||||
"settingsPreloadModels",
|
||||
"settingsVoiceTtsNotSupported",
|
||||
"settingsVoiceTtsNotSupportedDescription",
|
||||
"settingsVoiceNotEnabled"
|
||||
],
|
||||
|
||||
"zh": [
|
||||
"settingsDescriptionBehavior",
|
||||
"settingsDescriptionInterface",
|
||||
"settingsDescriptionVoice",
|
||||
"settingsDescriptionExport",
|
||||
"settingsDescriptionAbout",
|
||||
"settingsPreloadModels",
|
||||
"settingsVoiceTtsNotSupported",
|
||||
"settingsVoiceTtsNotSupportedDescription",
|
||||
"settingsVoiceNotEnabled"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue