1
0
Fork 0

Predictive Mode: when there is no dictionary for the current language, a toast message will appear asking the user to load it from Settings

This commit is contained in:
Dimo Karaivanov 2022-12-09 16:07:07 +02:00 committed by sspanak
parent 55211b9cd9
commit ff74e55cf8
8 changed files with 101 additions and 9 deletions

View file

@ -11,7 +11,7 @@
<string name="add_word_blank">Blank word not added.</string>
<string name="add_word_badchar">Cannot add word with unmappable character for %1$s (%2$s).</string>
<string name="add_word_exist">Word \"%1$s\" already in the dictionary.</string>
<string name="add_word_invalid_language">Cannot insert a word when no language is selected.</string>
<string name="add_word_invalid_language">Cannot add a word when no language is selected.</string>
<string name="add_word_title">Add Word</string>
<string name="pref_category_about">About</string>
@ -38,6 +38,7 @@
<string name="dictionary_loading">Loading dictionary (%1$s)…</string>
<string name="dictionary_loading_indeterminate">Loading dictionary</string>
<string name="dictionary_load_title">Load dictionary</string>
<string name="dictionary_missing_go_load_it">No dictionary for language \"%1$s\". Go to Settings to load it.</string>
<string name="dictionary_not_found">Loading failed. Dictionary for \"%1$s\" not found.</string>
<string name="dictionary_truncate_title">Clear dictionary</string>
<string name="dictionary_truncated">Dictionary successfully cleared.</string>