diff options
Diffstat (limited to 'perl-install/timezone.pm')
-rw-r--r-- | perl-install/timezone.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm index eb24e8224..0154277ac 100644 --- a/perl-install/timezone.pm +++ b/perl-install/timezone.pm @@ -38,8 +38,9 @@ sub write($$$) { my %l2t = ( 'Brezhoneg (Brittany)' => 'Europe/Paris', -'Chinese (China)' => '', +'Chinese (China)' => 'Asia/Shanghai', 'Danish (Denmark)' => 'Europe/Copenhagen', +'Dutch (Netherlands)' => 'Europe/Amsterdam', 'English (USA)' => 'America/New_York', 'English (UK)' => 'Europe/London', 'Estonian (Estonia)' => 'Europe/Tallinn', @@ -67,6 +68,7 @@ my %l2t = ( 'Portuguese (Portugal)' => 'Europe/Lisbon', 'Romanian (Rumania)' => 'Europe/Bucharest', 'Russian (Russia)' => 'Europe/Moscow', +'Serbian (Serbia)' => 'Europe/Belgrade', 'Slovak (Slovakia)' => 'Europe/Bratislava', 'Spanish (Spain)' => 'Europe/Madrid', 'Swedish (Finland)' => 'Europe/Helsinki', |