[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8719: Add Nihongo (website/trunk/include)
Author: weasel
Date: 2006-10-14 05:19:57 -0400 (Sat, 14 Oct 2006)
New Revision: 8719
Modified:
website/trunk/include/perl-globals.wmi
Log:
Add Nihongo
Modified: website/trunk/include/perl-globals.wmi
===================================================================
--- website/trunk/include/perl-globals.wmi 2006-10-14 08:31:56 UTC (rev 8718)
+++ website/trunk/include/perl-globals.wmi 2006-10-14 09:19:57 UTC (rev 8719)
@@ -1,12 +1,13 @@
#!wml
<:
# Change both. The array is ordered (for pages like translation status, order of flags, etc).
- my @LANGUAGES = qw{de en es fr it pl pt ru se};
+ my @LANGUAGES = qw{de en es fr it ja pl pt ru se};
my %LANGUAGES = (
'en' => "English",
'de' => "Deutsch",
'es' => "español",
'it' => "Italiano",
+ 'ja' => "日本語 (Nihongo)",
'fr' => "français",
'pl' => "polski",
'pt' => "Português",