[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9762: re-enable the norwegian flag and translations, now that ther (website/trunk/include)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9762: re-enable the norwegian flag and translations, now that ther (website/trunk/include)
- From: arma@xxxxxxxx
- Date: Wed, 7 Mar 2007 22:54:37 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 07 Mar 2007 22:54:44 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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)",