App14 with Tha up and running!

This commit is contained in:
aarne
2015-02-17 17:18:51 +00:00
parent 956b721048
commit 818a119a5b
4 changed files with 56 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ public class Translator {
new Language("ja-JP", "Japanese","AppJpn", R.xml.qwerty),
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.nordic),
};
private Context mContext;