com web/doc: Name of language, not country, for Ukrainian translation: include/lib_proj_lang.inc.php
[email protected] Wed, 17 Sep 2014 03:12:29 +0000
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Commit: b4f6de741459d332cf3c2c840cb6a1d06c55840e Author: Sobak <[email protected]> Wed, 17 Sep 2014 05:12:29 +0200 Parents: 7325c4ae4e5ac579fc58ad5de85fd2088a1e4402 Branches: master Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=b4f6de741459d332cf3c2c840cb6a1d06c55840e Log: Name of language, not country, for Ukrainian translation Changed paths: M include/lib_proj_lang.inc.php Diff: diff --git a/include/lib_proj_lang.inc.php b/include/lib_proj_lang.inc.php index 6619276..0035fc7 100644 --- a/include/lib_proj_lang.inc.php +++ b/include/lib_proj_lang.inc.php @@ -57,5 +57,5 @@ $LANGUAGES = array( 'es' => 'Spanish', 'sv' => 'Swedish', 'tr' => 'Turkish', - 'uk' => 'Ukraine', -); \ No newline at end of file + 'uk' => 'Ukrainian', +);