]> 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 a731319473ad003a4a9bd42947b00b67f34f3b1d..cfceae9988d375de53af7e1f487ce2eee59b97cc 100644 (file)
@@ -124,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