re-enable the norwegian flag and translations, now that there's space for them.
Roger Dingledine

Roger Dingledine commited on 2007-03-08 04:54:36
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -1,7 +1,7 @@
1 1
 #!wml
2 2
 <:
3 3
 	# Change both.  The array is ordered (for pages like translation status, order of flags, etc).
4
-	my @LANGUAGES = qw{de en es fi fr it ja pl pt ru se zh-cn};
4
+	my @LANGUAGES = qw{de en es fi fr it ja no pl pt ru se zh-cn};
5 5
 	my %LANGUAGES = (
6 6
 		'en' => "English",
7 7
 		'de' => "Deutsch",
... ...
@@ -10,7 +10,7 @@
10 10
 		'fr' => "fran&ccedil;ais",
11 11
 		'it' => "Italiano",
12 12
 		'ja' => "&#26085;&#26412;&#35486;&nbsp;(Nihongo)",
13
-#		'no' => "norsk",
13
+		'no' => "norsk",
14 14
 		'pl' => "polski",
15 15
 		'pt' => "Portugu&ecirc;s",
16 16
 		'ru' => "&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)",
17 17