summaryrefslogtreecommitdiffstats
path: root/perl-install/timezone.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-04 14:17:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-04 14:17:15 +0000
commitf7bee8d26d4395332b6fdbf3722ae55c31e0238f (patch)
tree1ce4beb1715ca60f1fa22d45e5cc7b82d4aa3ad0 /perl-install/timezone.pm
parenta8d2318343b50494f5d458ef89474ee5287f5302 (diff)
downloaddrakx-f7bee8d26d4395332b6fdbf3722ae55c31e0238f.tar
drakx-f7bee8d26d4395332b6fdbf3722ae55c31e0238f.tar.gz
drakx-f7bee8d26d4395332b6fdbf3722ae55c31e0238f.tar.bz2
drakx-f7bee8d26d4395332b6fdbf3722ae55c31e0238f.tar.xz
drakx-f7bee8d26d4395332b6fdbf3722ae55c31e0238f.zip
no_comment
Diffstat (limited to 'perl-install/timezone.pm')
-rw-r--r--perl-install/timezone.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm
index a5cb8f849..c6bc7a72f 100644
--- a/perl-install/timezone.pm
+++ b/perl-install/timezone.pm
@@ -38,6 +38,7 @@ sub write($$$) {
my %l2t = (
'Brezhoneg (Brittany)' => 'Europe/Paris',
+'Chinese (China)' => '',
'Danish (Denmark)' => 'Europe/Copenhagen',
'English (USA)' => 'America/New_York',
'English (UK)' => 'Europe/London',
@@ -54,7 +55,8 @@ my %l2t = (
'Italian (San Marino)' => 'Europe/San_Marino',
'Italian (Vatican)' => 'Europe/Vatican',
'Italian (Switzerland)' => 'Europe/Zurich',
-'Japanese' => 'Asia/Tokyo',
+'Japanese (Japon)' => 'Asia/Tokyo',
+'Korean (Korea)' => 'Asia/Seoul',
'Latvian (Latvia)' => 'Europe/Riga',
'Lithuanian (Lithuania)' => 'Europe/Vilnius',
'Norwegian (Bokmaal)' => 'Europe/Oslo',