1
0
forked from GitHub/gf-core

Spanish in android app

This commit is contained in:
aarne
2014-03-14 09:45:46 +00:00
parent ce56b5e723
commit d18fcde814

View File

@@ -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),
};
// */