Added initial German support. Updated gradle things, fixed bugs:
* Made the Gradle script act a bit better in regards to calcing dict sizes * Fixed some error messages * Hopefully fixed crash on no dict load * Fixed issue where some characters and cases weren't added to db
This commit is contained in:
parent
fedd835ba5
commit
079de4c475
13 changed files with 200 additions and 164 deletions
|
|
@ -5,21 +5,11 @@
|
|||
<item>Текст</item>
|
||||
<item>Цифры</item>
|
||||
</string-array>
|
||||
<string-array name="pref_inputmode_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
<string-array name="pref_lang_defaults">
|
||||
<item>0</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_lang_titles">
|
||||
<item>English</item>
|
||||
<item>Русский</item>
|
||||
</string-array>
|
||||
<string-array name="pref_lang_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>Немецкий</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="capsMode">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue