[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)



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&ccedil;ais",
 		'it' => "Italiano",
 		'ja' => "&#26085;&#26412;&#35486;&nbsp;(Nihongo)",
-#		'no' => "norsk",
+		'no' => "norsk",
 		'pl' => "polski",
 		'pt' => "Portugu&ecirc;s",
 		'ru' => "&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)",