Spanish in android app

This commit is contained in:
aarne
2014-03-14 09:45:46 +00:00
parent c1c37a65e6
commit 566df8e4ae

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