[or-cvs] r9562: take out the norwegian option until we have a flag and until (website/trunk/include)
arma at seul.org
arma at seul.org
Sun Feb 11 05:22:49 UTC 2007
Author: arma
Date: 2007-02-11 00:22:45 -0500 (Sun, 11 Feb 2007)
New Revision: 9562
Modified:
website/trunk/include/perl-globals.wmi
Log:
take out the norwegian option until we have a flag and until
we can expand the flags to include another row.
Modified: website/trunk/include/perl-globals.wmi
===================================================================
--- website/trunk/include/perl-globals.wmi 2007-02-11 05:07:25 UTC (rev 9561)
+++ website/trunk/include/perl-globals.wmi 2007-02-11 05:22:45 UTC (rev 9562)
@@ -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 no pl pt ru se zh-cn};
+ my @LANGUAGES = qw{de en es fi fr it ja 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