mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Spanish in android app
This commit is contained in:
@@ -59,12 +59,13 @@ public class Translator {
|
||||
|
||||
// TODO: build dynamically?
|
||||
private Language[] mLanguages = {
|
||||
new Language("en-US", "English", "AppEng", R.xml.qwerty),
|
||||
new Language("cmn-Hans-CN", "Chinese", "AppChi", R.xml.qwerty),
|
||||
new Language("sv-SE", "Swedish", "AppSwe", R.xml.qwerty),
|
||||
new Language("en-US", "English", "AppEng", R.xml.qwerty),
|
||||
new Language("fi-FI", "Finnish", "AppFin", R.xml.qwerty),
|
||||
new Language("fr-FR", "French", "AppFre", R.xml.qwerty),
|
||||
new Language("it-IT", "Italian", "AppIta", R.xml.qwerty),
|
||||
new Language("es-ES", "Spanish", "AppSpa", R.xml.qwerty),
|
||||
new Language("sv-SE", "Swedish", "AppSwe", R.xml.qwerty),
|
||||
};
|
||||
// */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user