From: thadh Date: Mon, 20 Aug 2012 03:07:41 +0000 (-0700) Subject: Add TA=Tamil language. X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=commitdiff_plain;h=43d1457912951cad44fbadd92360313884155867 Add TA=Tamil language. --- diff --git a/src/com/hughes/android/dictionary/engine/DictionaryBuilderMain.java b/src/com/hughes/android/dictionary/engine/DictionaryBuilderMain.java index 2df52e7..cbf4dc3 100644 --- a/src/com/hughes/android/dictionary/engine/DictionaryBuilderMain.java +++ b/src/com/hughes/android/dictionary/engine/DictionaryBuilderMain.java @@ -189,6 +189,7 @@ public class DictionaryBuilderMain extends TestCase { {"DE", "SV" }, // Swedish {"DE", "TR" }, // Turkish {"DE", "ZH" }, + {"DE", "TA" }, // Tamil {"FR", "BG" }, // Bulgarian @@ -239,8 +240,7 @@ public class DictionaryBuilderMain extends TestCase { {"PL", "HU" }, // Polish {"PL", "ES" }, // Polish - //{"TR", "EL" }, // Turkish, Greek - + {"TR", "EL" }, // Turkish, Greek }; allPairs.addAll(Arrays.asList(nonEnPairs)); diff --git a/src/com/hughes/android/dictionary/parser/wiktionary/WiktionaryLangs.java b/src/com/hughes/android/dictionary/parser/wiktionary/WiktionaryLangs.java index bf855b3..97bfce0 100644 --- a/src/com/hughes/android/dictionary/parser/wiktionary/WiktionaryLangs.java +++ b/src/com/hughes/android/dictionary/parser/wiktionary/WiktionaryLangs.java @@ -81,6 +81,7 @@ public class WiktionaryLangs { isoCodeToEnWikiName.put("SV", "Swedish"); isoCodeToEnWikiName.put("TL", "Tagalog"); isoCodeToEnWikiName.put("TG", "Tajik"); + isoCodeToEnWikiName.put("TA", "Tamil"); isoCodeToEnWikiName.put("TH", "Thai"); isoCodeToEnWikiName.put("BO", "Tibetan"); isoCodeToEnWikiName.put("TR", "Turkish"); diff --git a/todo.txt b/todo.txt index 3f34a4e..1ae1fd8 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,7 @@ make sure word is sticky when you change dictionaries. +Ok, good to know. I will put in Dutch-Greek in the next release, and see if I can separate the Ancient Greek from the modern Greek. + get rid of Appendix:.... sections from EN.data in split. - on small device it would be great to be able to hide the system status bar and the title bar