[or-cvs] r8713: capitalize the languages names that are currently lower-case (website/trunk/include)
arma at seul.org
arma at seul.org
Sat Oct 14 02:53:23 UTC 2006
Author: arma
Date: 2006-10-13 22:53:23 -0400 (Fri, 13 Oct 2006)
New Revision: 8713
Modified:
website/trunk/include/perl-globals.wmi
Log:
capitalize the languages names that are currently lower-case.
i have no idea if the russian one is upper-case or lower-case. :)
Modified: website/trunk/include/perl-globals.wmi
===================================================================
--- website/trunk/include/perl-globals.wmi 2006-10-14 02:48:05 UTC (rev 8712)
+++ website/trunk/include/perl-globals.wmi 2006-10-14 02:53:23 UTC (rev 8713)
@@ -5,13 +5,13 @@
my %LANGUAGES = (
'en' => "English",
'de' => "Deutsch",
- 'es' => "español",
+ 'es' => "Español",
'it' => "Italiano",
- 'fr' => "français",
- 'pl' => "polski",
+ 'fr' => "Français",
+ 'pl' => "Polski",
'pt' => "Português",
'ru' => "Русский (Russkij)",
- 'se' => "svenska",
+ 'se' => "Svenska",
);
our $WML_SRC_FILENAME;
More information about the tor-commits
mailing list