feat(l10n): remove auto speech-to-text engine option and description

This commit is contained in:
cogwheel0
2025-11-21 13:34:24 +05:30
parent 84af6bbe86
commit 390b818916
10 changed files with 0 additions and 26 deletions

View File

@@ -1231,10 +1231,6 @@
"@sttEngineLabel": {
"description": "Label shown above the speech-to-text engine chips."
},
"sttEngineAuto": "Auto",
"@sttEngineAuto": {
"description": "Chip label for automatic speech-to-text selection."
},
"sttEngineDevice": "On device",
"@sttEngineDevice": {
"description": "Chip label for on-device speech recognition."
@@ -1243,10 +1239,6 @@
"@sttEngineServer": {
"description": "Chip label for server speech recognition."
},
"sttEngineAutoDescription": "Use on-device recognition when available and fall back to your server.",
"@sttEngineAutoDescription": {
"description": "Description shown when automatic speech-to-text preference is active."
},
"sttEngineDeviceDescription": "Keep audio on this device. Voice input stops working if on-device speech recognition isnt supported.",
"@sttEngineDeviceDescription": {
"description": "Description shown when on-device speech-to-text preference is active."