From 43d1457912951cad44fbadd92360313884155867 Mon Sep 17 00:00:00 2001 From: thadh Date: Sun, 19 Aug 2012 20:07:41 -0700 Subject: [PATCH] Add TA=Tamil language. --- .../android/dictionary/engine/DictionaryBuilderMain.java | 4 ++-- .../android/dictionary/parser/wiktionary/WiktionaryLangs.java | 1 + todo.txt | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.43.0