[or-cvs] r9762: re-enable the norwegian flag and translations, now that ther (website/trunk/include)
arma at seul.org
arma at seul.org
Thu Mar 8 03:54:37 UTC 2007
Author: arma
Date: 2007-03-07 22:54:36 -0500 (Wed, 07 Mar 2007)
New Revision: 9762
Modified:
website/trunk/include/perl-globals.wmi
Log:
re-enable the norwegian flag and translations, now that
there's space for them.
Modified: website/trunk/include/perl-globals.wmi
===================================================================
--- website/trunk/include/perl-globals.wmi 2007-03-07 12:49:41 UTC (rev 9761)
+++ website/trunk/include/perl-globals.wmi 2007-03-08 03:54:36 UTC (rev 9762)
@@ -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 pl pt ru se zh-cn};
+ my @LANGUAGES = qw{de en es fi fr it ja no pl pt ru se zh-cn};
my %LANGUAGES = (
'en' => "English",
'de' => "Deutsch",
@@ -10,7 +10,7 @@
'fr' => "français",
'it' => "Italiano",
'ja' => "日本語 (Nihongo)",
-# 'no' => "norsk",
+ 'no' => "norsk",
'pl' => "polski",
'pt' => "Português",
'ru' => "Русский (Russkij)",
More information about the tor-commits
mailing list