take out the norwegian option until we have a flag and until we can expand the flags to include another row.
Roger Dingledine

Roger Dingledine commited on 2007-02-11 06:22:45
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 no pl pt ru se zh-cn};
4
+	my @LANGUAGES = qw{de en es fi fr it ja 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