From 034edf9efee2c63b8874835c53a164279a47d592 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Wed, 16 Dec 2015 23:37:40 +0100 Subject: [PATCH] Re-add some English dictionaries after fixing them. --- EN-foreign-dictlist.txt | 3 +++ generate_dictionaries.sh | 2 ++ 2 files changed, 5 insertions(+) diff --git a/EN-foreign-dictlist.txt b/EN-foreign-dictlist.txt index fe477a4..fbc3a15 100644 --- a/EN-foreign-dictlist.txt +++ b/EN-foreign-dictlist.txt @@ -46,6 +46,7 @@ mk Macedonian ml Malayalam mn Mongolian mr Marathi +ms Malay ne Nepali nl Dutch no Norwegian @@ -75,3 +76,5 @@ zh Chinese zu Zulu cmn Mandarin grc Ancient Greek +haw Hawaiian +yue Cantonese diff --git a/generate_dictionaries.sh b/generate_dictionaries.sh index b78b508..04ea782 100755 --- a/generate_dictionaries.sh +++ b/generate_dictionaries.sh @@ -22,6 +22,8 @@ lang=$(echo $langcode | tr '[a-z]' '[A-Z]') test "$lang" = "CY" && lang=CI test "$lang" = "CMN" && lang=cmn test "$lang" = "GRC" && lang=grc +test "$lang" = "HAW" && lang=haw +test "$lang" = "YUE" && lang=yue reverse_dicts="" if test "$lang" = "DE" -o "$lang" = "FR" -o "$lang" = "IT" ; then -- 2.43.0