1
0
Fork 0

removed the capital letter hack and added a new one, only for the English I, in DictionaryLoader

removed some unused code and fixed a spelling mistake
This commit is contained in:
sspanak 2023-07-03 12:19:23 +03:00 committed by Dimo Karaivanov
parent dc0468ffeb
commit 17e9b779e6
6 changed files with 6 additions and 24 deletions

View file

@ -13,7 +13,7 @@
<string name="add_word_add">Add</string>
<string name="add_word_blank">Blank word not added.</string>
<string name="add_word_exist">Word \"%1$s\" already in the dictionary.</string>
<string name="add_word_exist">Word \"%1$s\" is already in the dictionary.</string>
<string name="add_word_invalid_language" translatable="false">Cannot add a word when no language is selected.</string>
<string name="add_word_title">Add Word</string>
<string name="add_word_field_placeholder">Type a word…</string>