]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/Language.java
More flags, french translations.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / Language.java
index a4c884fde41e40360ab3cf85a475a490bb3dd73c..dc5a845a1803f9cd431c474467262e1d4f265759 100644 (file)
@@ -197,6 +197,7 @@ public class Language {
                 R.drawable.flag_of_slovenia));\r
         isoCodeToResources.put("TA", new LanguageResources("Tamil", R.string.TA));\r
         isoCodeToResources.put("SH", new LanguageResources("Serbo-Croatian", R.string.SH));\r
+        isoCodeToResources.put("SD", new LanguageResources("Sindhi", R.string.SD, R.drawable.flag_of_sindhi));\r
 \r
         // Hack to allow lower-case ISO codes to work:\r
         for (final String isoCode : new ArrayList<String>(isoCodeToResources.keySet())) {\r