1
0
Fork 0

added a more clear error message when the language for voice input is missing

This commit is contained in:
sspanak 2025-03-07 11:39:24 +02:00 committed by Dimo Karaivanov
parent 6d34082209
commit 6873d302b2
14 changed files with 15 additions and 0 deletions

View file

@ -245,6 +245,7 @@
<string name="voice_input_error_generic">Voice input error</string>
<string name="voice_input_error_no_permissions">No microphone permission</string>
<string name="voice_input_error_language_not_supported">Language not supported</string>
<string name="voice_input_error_language_missing">Language missing from device</string>
<string name="voice_input_error_network_failed">Network connection failed</string>
<string name="voice_input_error_no_network">No Internet connection</string>
<string name="voice_input_error_not_available">Voice input is not available</string>