From c276835d136aa133d38d40c3baa39c01df05284b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Thu, 24 Sep 2015 21:34:21 +0200 Subject: [PATCH] Add EN-cmn generation. --- EN-foreign-dictlist.txt | 1 + generate_dictionaries.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/EN-foreign-dictlist.txt b/EN-foreign-dictlist.txt index 70c388d..163d276 100644 --- a/EN-foreign-dictlist.txt +++ b/EN-foreign-dictlist.txt @@ -73,3 +73,4 @@ vi Vietnamese yi Yiddish zh Chinese zu Zulu +cmn Mandarin diff --git a/generate_dictionaries.sh b/generate_dictionaries.sh index 057cea5..f91275a 100755 --- a/generate_dictionaries.sh +++ b/generate_dictionaries.sh @@ -18,6 +18,7 @@ if $EN_DICTS; then while read langcode langname ; do lang=$(echo $langcode | tr '[a-z]' '[A-Z]') test "$lang" = "CY" && lang=CI +test "$lang" = "CMN" && lang=cmn reverse_dicts="" if test "$lang" = "DE" -o "$lang" = "FR" -o "$lang" = "IT" ; then -- 2.43.0