Commit:    7aa319f5bec041b1e05c51223827e015426e2add
Author:    Sobak <[email protected]>         Wed, 17 Sep 2014 05:18:15 
+0200
Parents:   e8843113a4a9ae2ce8c616e98dbbaea2369de185
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=7aa319f5bec041b1e05c51223827e015426e2add

Log:
Name of language, not country, for Ukrainian translation

Changed paths:
  M  include/languages.inc


Diff:
diff --git a/include/languages.inc b/include/languages.inc
index 61417c6..e60eeae 100644
--- a/include/languages.inc
+++ b/include/languages.inc
@@ -46,7 +46,7 @@ $LANGUAGES = array(
     'es'    => 'Spanish',
     'sv'    => 'Swedish',
     'tr'    => 'Turkish',
-    'uk'    => 'Ukraine',
+    'uk'    => 'Ukrainian',
 );
 
 /*
@@ -82,7 +82,7 @@ $INACTIVE_ONLINE_LANGUAGES = array(
     'sk'    => 'Slovak',
     'sl'    => 'Slovenian',
     'sv'    => 'Swedish',
-    'uk'    => 'Ukraine',
+    'uk'    => 'Ukrainian',
  );
 
 $ACTIVE_ONLINE_LANGUAGES = array_diff($LANGUAGES, $INACTIVE_ONLINE_LANGUAGES);


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to