summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/genlocalelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genlocalelist b/scripts/genlocalelist
index a7e020fe0..da9082199 100755
--- a/scripts/genlocalelist
+++ b/scripts/genlocalelist
@@ -76,6 +76,7 @@ while (<FILE>) {
$lang=$_;
$lang =~ s/eucjp/eucJP/;
+ $lang =~ s/euckr/eucKR/;
$lang =~ s/^zh_CN$/zh_CN.GB2312/;
$lang =~ s/^zh_TW$/zh_TW.Big5/;