[Xfce4-commits] <www:master> Enable Ukrainian.

Nick Schermer noreply at xfce.org
Wed Dec 11 22:06:01 CET 2013


Updating branch refs/heads/master
         to ba662dfc4da02c29566eac05e85ca9fb3c535432 (commit)
       from ae449416cf645000fc316c2fa5633275e90682a5 (commit)

commit ba662dfc4da02c29566eac05e85ca9fb3c535432
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 11 22:05:35 2013 +0100

    Enable Ukrainian.

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

diff --git a/lib/locales.php b/lib/locales.php
index 70291c5..3da67fe 100644
--- a/lib/locales.php
+++ b/lib/locales.php
@@ -4,17 +4,18 @@
 $languages = array (
 	'en' => 'English',
 	'de' => 'German',
-        'es' => 'Spanish (Castilian)',
-        'hu' => 'Hungarian',
+	'es' => 'Spanish (Castilian)',
+	'hu' => 'Hungarian',
 	'it' => 'Italian',
 	'ja' => 'Japanese',
 	'ko' => 'Korean',
 	'lt' => 'Lithuanian',
 	'oc' => 'Occitan',
-        'pl' => 'Polish',
+	'pl' => 'Polish',
 	'pt_BR' => 'Portuguese (Brazilian)',
 	'sk' => 'Slovak',
 	'sr' => 'Serbian',
+	'uk' => 'Ukrainian',
 	'zh_CN' => 'Chinese (China)');
 
 /* used in header and language detection functions */


More information about the Xfce4-commits mailing list