[Xfce4-commits] <www:nick/gettext> Enable ja and it.
Nick Schermer
noreply at xfce.org
Sat Jan 22 15:52:01 CET 2011
Updating branch refs/heads/nick/gettext
to 06ceb4a58c072ed0363d8fa7f142ffda6da877e3 (commit)
from abbd73faef5df4356561d9d95462ddd4c01208cf (commit)
commit 06ceb4a58c072ed0363d8fa7f142ffda6da877e3
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jan 22 15:50:12 2011 +0100
Enable ja and it.
lib/locales.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/lib/locales.php b/lib/locales.php
index 44d7012..528e1e1 100644
--- a/lib/locales.php
+++ b/lib/locales.php
@@ -2,7 +2,9 @@
/* known languages in this directory */
$languages = array (
- 'en' => 'English');
+ 'en' => 'English',
+ 'it' => 'Italian',
+ 'ja' => 'Japanese');
/* used in header and language detection functions */
$language_codes = array_keys ($languages);
More information about the Xfce4-commits
mailing list