]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - generate_dictionaries.sh
Add EN-cmn generation.
[DictionaryPC.git] / generate_dictionaries.sh
index 057cea5a295a0ca9ba3c3ff279c23f0905efa641..f91275a7aa318cfd96fe7a1b23af776922924af8 100755 (executable)
@@ -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