re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input

This commit is contained in:
aarne
2017-04-11 15:48:18 +00:00
parent 0560180c67
commit 9cdd5d3538
21 changed files with 52 additions and 18 deletions

View File

@@ -41,6 +41,7 @@ public class Translator {
new Language("hi-IN", "Hindi", "AppHin", R.xml.devanagari_page1, R.xml.devanagari_page2),
new Language("it-IT", "Italian", "AppIta", R.xml.qwerty),
new Language("ja-JP", "Japanese","AppJpn", R.xml.qwerty),
new Language("ru-RU", "Russian", "AppRus", R.xml.cyrillic),
new Language("es-ES", "Spanish", "AppSpa", R.xml.qwerty),
new Language("sv-SE", "Swedish", "AppSwe", R.xml.nordic),
new Language("th-TH", "Thai", "AppTha", R.xml.thai_page1, R.xml.thai_page2)