Added initial Italian support + more:
* Added "word at cursor" search when adding new word. * Attempted crashfix for weird suggestion building crash
This commit is contained in:
parent
81d3bd65bb
commit
1b15cd0928
15 changed files with 110695 additions and 17 deletions
|
|
@ -16,6 +16,7 @@
|
|||
<item>Russian</item>
|
||||
<item>German</item>
|
||||
<item>French</item>
|
||||
<item>Italian</item>
|
||||
</string-array>
|
||||
<!--pref_lang_titles pair with pref_lang_values -->
|
||||
<integer-array translatable="false" name="pref_lang_values">
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
<item>@integer/LANG_RU</item>
|
||||
<item>@integer/LANG_DE</item>
|
||||
<item>@integer/LANG_FR</item>
|
||||
<item>@integer/LANG_IT</item>
|
||||
</integer-array>
|
||||
|
||||
<string-array name="capsMode">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue