[or-cvs] r15988: add the korean flag to the banner-right (website/trunk/include)
arma at seul.org
arma at seul.org
Wed Jul 16 15:26:53 UTC 2008
Author: arma
Date: 2008-07-16 11:26:53 -0400 (Wed, 16 Jul 2008)
New Revision: 15988
Modified:
website/trunk/include/perl-globals.wmi
Log:
add the korean flag to the banner-right
Modified: website/trunk/include/perl-globals.wmi
===================================================================
--- website/trunk/include/perl-globals.wmi 2008-07-16 15:26:35 UTC (rev 15987)
+++ website/trunk/include/perl-globals.wmi 2008-07-16 15:26:53 UTC (rev 15988)
@@ -1,7 +1,7 @@
#!wml
<:
# Change both. The array is ordered (for pages like translation status, order of flags, etc).
- my @LANGUAGES = qw{de en es fi fr it ja nl no pl pt ru se tr zh-cn};
+ my @LANGUAGES = qw{de en es fi fr it ja ko nl no pl pt ru se tr zh-cn};
my %LANGUAGES = (
'en' => "English",
'de' => "Deutsch",
@@ -10,6 +10,7 @@
'fr' => "français",
'it' => "Italiano",
'ja' => "日本語 (Nihongo)",
+ 'ko' => "한국어 (Hangul)",
'nl' => "Nederlands",
'no' => "norsk",
'pl' => "polski",
More information about the tor-commits
mailing list