mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
set the keyboard pages for Thai in Translator.java
This commit is contained in:
@@ -36,7 +36,7 @@ public class Translator {
|
|||||||
new Language("ja-JP", "Japanese","AppJpn", R.xml.qwerty),
|
new Language("ja-JP", "Japanese","AppJpn", R.xml.qwerty),
|
||||||
new Language("es-ES", "Spanish", "AppSpa", R.xml.qwerty),
|
new Language("es-ES", "Spanish", "AppSpa", R.xml.qwerty),
|
||||||
new Language("sv-SE", "Swedish", "AppSwe", R.xml.nordic),
|
new Language("sv-SE", "Swedish", "AppSwe", R.xml.nordic),
|
||||||
new Language("th-TH", "Thai", "AppTha", R.xml.nordic),
|
new Language("th-TH", "Thai", "AppTha", R.xml.thai_page1, R.xml.thai_page2)
|
||||||
};
|
};
|
||||||
|
|
||||||
private Context mContext;
|
private Context mContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user