]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Support generating Ancient Greek dictionary.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 11 Oct 2015 17:50:11 +0000 (19:50 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 11 Oct 2015 17:50:11 +0000 (19:50 +0200)
EN-foreign-dictlist.txt
generate_dictionaries.sh

index 163d2763500e1ca82f39338e02877db0f80df759..fe477a4de09a4a58e829610da9fb4f7053ce2805 100644 (file)
@@ -74,3 +74,4 @@ yi Yiddish
 zh Chinese
 zu Zulu
 cmn Mandarin
+grc Ancient Greek
index f91275a7aa318cfd96fe7a1b23af776922924af8..2df0ba87f7d80f508809ff6389e2ae11ae6051c0 100755 (executable)
@@ -19,6 +19,7 @@ while read langcode langname ; do
 lang=$(echo $langcode | tr '[a-z]' '[A-Z]')
 test "$lang" = "CY" && lang=CI
 test "$lang" = "CMN" && lang=cmn
+test "$lang" = "GRC" && lang=grc
 
 reverse_dicts=""
 if test "$lang" = "DE" -o "$lang" = "FR" -o "$lang" = "IT" ; then