Updating branch refs/heads/nick/gettext
         to 7fa0c9bf63e7f886ba43dbc57df260fe0c117f77 (commit)
       from 5fd2074b2d41d72ae1795f7bdfc2c0d07becc897 (commit)

commit 7fa0c9bf63e7f886ba43dbc57df260fe0c117f77
Author: Nick Schermer <[email protected]>
Date:   Mon Sep 26 18:32:14 2011 +0200

    Enable es and sk.

 lib/locales.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lib/locales.php b/lib/locales.php
index 528e1e1..3ad56cf 100644
--- a/lib/locales.php
+++ b/lib/locales.php
@@ -3,8 +3,10 @@
 /* known languages in this directory */
 $languages = array (
        'en' => 'English',
+       'es' => 'Spanish (Castilian)',
        'it' => 'Italian',
-       'ja' => 'Japanese');
+       'ja' => 'Japanese',
+       'sk' => 'Slovak');
 
 /* used in header and language detection functions */
 $language_codes = array_keys ($languages);
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to