* Multilingual backend support with initial Russian language support * Updater service to update the database in the background, and overhauled backend access * Fixed long pressing numbers in Lang mode would not input digit * Fixed Add Word not behaving as you would expect * Some other minor fixes
25 lines
590 B
XML
25 lines
590 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="pref_inputmode_entries">
|
|
<item >Dictionary</item>
|
|
<item >Text</item>
|
|
<item >Number</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 >Russian</item>
|
|
</string-array>
|
|
<string-array name="pref_lang_values">
|
|
<item >0</item>
|
|
<item >1</item>
|
|
</string-array>
|
|
</resources>
|