summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-10 01:02:23 +0000
committerMatt Wilson <msw@redhat.com>2001-08-10 01:02:23 +0000
commita9318bc2e2f98d6b799879a7eb040abc2b135ead (patch)
treeef4e9c44854721ba459b4bd8f659e8eef0713bf7
parent40ddcc372557643482a6d504f505c1dde6b84c55 (diff)
downloadanaconda-a9318bc2e2f98d6b799879a7eb040abc2b135ead.tar.gz
anaconda-a9318bc2e2f98d6b799879a7eb040abc2b135ead.tar.xz
anaconda-a9318bc2e2f98d6b799879a7eb040abc2b135ead.zip
make it caps too
-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/;