[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9562: take out the norwegian option until we have a flag and until (website/trunk/include)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9562: take out the norwegian option until we have a flag and until (website/trunk/include)
- From: arma@xxxxxxxx
- Date: Sun, 11 Feb 2007 00:22:49 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 11 Feb 2007 00:23:12 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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)",