the rest of making the .nl pages show up
Roger Dingledine

Roger Dingledine commited on 2007-09-17 00:57:17
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 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 nl no pl pt ru se zh-cn};
5 5
 	my %LANGUAGES = (
6 6
 		'en' => "English",
7 7
 		'de' => "Deutsch",
... ...
@@ -10,6 +10,7 @@
10 10
 		'fr' => "fran&ccedil;ais",
11 11
 		'it' => "Italiano",
12 12
 		'ja' => "&#26085;&#26412;&#35486;&nbsp;(Nihongo)",
13
+		'nl' => "Nederlands",
13 14
 		'no' => "norsk",
14 15
 		'pl' => "polski",
15 16
 		'pt' => "Portugu&ecirc;s",
16 17