prevented crashing when trying to use an incompatible voice input service/assistant
This commit is contained in:
parent
f4ec96b9c8
commit
0058928709
15 changed files with 27 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string translatable="false" name="dictionary_url">https://raw.githubusercontent.com/sspanak/tt9/%1$s/downloads/%2$s</string>
|
||||
<string name="dictionary_url" translatable="false">https://raw.githubusercontent.com/sspanak/tt9/%1$s/downloads/%2$s</string>
|
||||
<string name="app_name" translatable="false">Traditional T9</string>
|
||||
<string name="app_name_short" translatable="false">TT9</string>
|
||||
<string name="app_settings">TT9 Settings</string>
|
||||
|
|
@ -235,6 +235,7 @@
|
|||
<string name="voice_input_listening">Speak</string>
|
||||
<string name="voice_input_stopping">Turning off the microphone…</string>
|
||||
<string name="voice_input_mic_permission_is_needed">You must allow the microphone permission to use voice input.</string>
|
||||
<string name="voice_input_error_incompatible_voice_service">Incompatible voice assistant</string>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue