]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/Language.java
WebView links starting to work (still timing problem).
[Dictionary.git] / src / com / hughes / android / dictionary / engine / Language.java
index deeda18b245658724089eb753bcd68b31ed68a01..cfceae9988d375de53af7e1f487ce2eee59b97cc 100644 (file)
@@ -96,6 +96,7 @@ public class Language {
     isoCodeToResources.put("SA", new LanguageResources("Sanskrit", R.string.SA));\r
     isoCodeToResources.put("SR", new LanguageResources("Serbian", R.string.SR));\r
     isoCodeToResources.put("SK", new LanguageResources("Slovak", R.string.SK));\r
+    isoCodeToResources.put("SK", new LanguageResources("Slovenian", R.string.SL));\r
     isoCodeToResources.put("SO", new LanguageResources("Somali", R.string.SO));\r
     isoCodeToResources.put("ES", new LanguageResources("Spanish", R.string.ES));\r
     isoCodeToResources.put("SW", new LanguageResources("Swahili", R.string.SW));\r
@@ -123,6 +124,11 @@ public class Language {
     isoCodeToResources.put("LB", new LanguageResources("Luxembourgish", R.string.LB));\r
     isoCodeToResources.put("MK", new LanguageResources("Macedonian", R.string.MK));\r
 \r
+    isoCodeToResources.put("LO", new LanguageResources("Lao", R.string.LO));\r
+    isoCodeToResources.put("ML", new LanguageResources("Malayalam", R.string.ML));\r
+    isoCodeToResources.put("SL", new LanguageResources("Slovenian", R.string.SL));\r
+    isoCodeToResources.put("TA", new LanguageResources("Tamil", R.string.TA));\r
+\r
     // Hack to allow lower-case ISO codes to work:\r
     for (final String isoCode : new ArrayList<String>(isoCodeToResources.keySet())) {\r
       isoCodeToResources.put(isoCode.toLowerCase(), isoCodeToResources.get(isoCode));\r