[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] we now have a Svenska translation, woo



Update of /home2/or/cvsroot/website/include
In directory moria:/home/arma/work/onion/cvs/website/include

Modified Files:
	perl-globals.wmi 
Log Message:
we now have a Svenska translation, woo


Index: perl-globals.wmi
===================================================================
RCS file: /home2/or/cvsroot/website/include/perl-globals.wmi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- perl-globals.wmi	21 Dec 2005 00:45:03 -0000	1.6
+++ perl-globals.wmi	20 Jan 2006 06:31:13 -0000	1.7
@@ -2,12 +2,13 @@
 <:
 	# Change both.  The array is ordered (for pages like translation status).
 	# The order of flags in header is based on sort order of language name.
-	my @LANGUAGES = qw{en de it fr};
+	my @LANGUAGES = qw{en de it fr se};
 	my %LANGUAGES = (
 		'en' => "English",
 		'de' => "Deutsch",
 		'it' => "Italiano",
 		'fr' => "Fran&ccedil;ais",
+		'se' => "Svenska",
 		);
 	our $WML_SRC_FILENAME;