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

[or-cvs] alas, four flags on a page breaks the layout. we need to make



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

Modified Files:
	perl-globals.wmi 
Log Message:
alas, four flags on a page breaks the layout. we need to make
smaller flags or fix something else. disabled .se for now.


Index: perl-globals.wmi
===================================================================
RCS file: /home2/or/cvsroot/website/include/perl-globals.wmi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- perl-globals.wmi	20 Jan 2006 06:31:13 -0000	1.7
+++ perl-globals.wmi	20 Jan 2006 06:35:05 -0000	1.8
@@ -2,13 +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 se};
+	my @LANGUAGES = qw{en de it fr};
 	my %LANGUAGES = (
 		'en' => "English",
 		'de' => "Deutsch",
 		'it' => "Italiano",
 		'fr' => "Fran&ccedil;ais",
-		'se' => "Svenska",
+#		'se' => "Svenska",
 		);
 	our $WML_SRC_FILENAME;