diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-10 01:02:23 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-10 01:02:23 +0000 |
commit | a9318bc2e2f98d6b799879a7eb040abc2b135ead (patch) | |
tree | ef4e9c44854721ba459b4bd8f659e8eef0713bf7 /scripts | |
parent | 40ddcc372557643482a6d504f505c1dde6b84c55 (diff) | |
download | anaconda-a9318bc2e2f98d6b799879a7eb040abc2b135ead.tar.gz anaconda-a9318bc2e2f98d6b799879a7eb040abc2b135ead.tar.xz anaconda-a9318bc2e2f98d6b799879a7eb040abc2b135ead.zip |
make it caps too
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/genlocalelist | 1 |
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/; |