mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user