jenkins-bot has submitted this change and it was merged.

Change subject: Fix Balochi language names
......................................................................


Fix Balochi language names

Chnages for English:
* Added Eastern Balochi (bgp)

Changes for Persian:
* Changed the name of Southern Balochi (bcc) from Makrani to Southern
* Changed the name of Western Balochi (bgn) from Rakhshani to Western
* Added Eastern Balochi (bgp) with meaning of Eastern Balochi

Changes for Japanese:
* Fixed "Southern" in Southern Balochi (bcc)
* Added Western Balochi (bgn)
* Added Eastern Balochi (bgp)

Eastern Balochi doesn't already exists in CLDR 27.0.1:
* http://unicode.org/cldr/trac/browser/tags/release-27-0-1/common/main/en.xml
* http://unicode.org/cldr/trac/browser/tags/release-27-0-1/common/main/fa.xml
* http://unicode.org/cldr/trac/browser/tags/release-27-0-1/common/main/ja.xml

Change-Id: I06bce57bcbff85e3c5b0373f12f3ae628b7b48c0
---
M LocalNames/LocalNamesEn.php
M LocalNames/LocalNamesFa.php
M LocalNames/LocalNamesJa.php
3 files changed, 19 insertions(+), 4 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/LocalNames/LocalNamesEn.php b/LocalNames/LocalNamesEn.php
index 71fedc9..c44e1a0 100644
--- a/LocalNames/LocalNamesEn.php
+++ b/LocalNames/LocalNamesEn.php
@@ -13,6 +13,11 @@
         */
        'bgn' => 'Western Balochi',
 
+       /* Not in CLDR 27.0.1. Eastern Balochi language
+        * http://www.ethnologue.com/language/bgp
+        */
+       'bgp' => 'Eastern Balochi',
+
        /* Not in CLDR 27.0.1. Swedish language
         * https://www.ethnologue.com/language/dlc
         * Added 2008-02-16.
diff --git a/LocalNames/LocalNamesFa.php b/LocalNames/LocalNamesFa.php
index 66a3e69..4737997 100644
--- a/LocalNames/LocalNamesFa.php
+++ b/LocalNames/LocalNamesFa.php
@@ -11,13 +11,18 @@
         * http://www.ethnologue.com/language/bcc
         * Added 2008-07-02.
         */
-       'bcc' => 'بلوچی مکرانی',
+       'bcc' => 'بلوچی جنوبی',
 
        /* Not in CLDR 27.0.1. Western Balochi language
         * http://www.ethnologue.com/language/bgn
         * Added 2015-01-18.
         */
-       'bgn' => 'بلوچی رخشانی',
+       'bgn' => 'بلوچی غربی',
+
+       /* Not in CLDR 27.0.1. Eastern Balochi language
+        * http://www.ethnologue.com/language/bgp
+        */
+       'bgp' => 'بلوچی شرقی',
 
        /* Not in CLDR 27.0.1. Betawi language.
         * https://www.ethnologue.com/language/bew
diff --git a/LocalNames/LocalNamesJa.php b/LocalNames/LocalNamesJa.php
index b3d89d1..0ed98cf 100644
--- a/LocalNames/LocalNamesJa.php
+++ b/LocalNames/LocalNamesJa.php
@@ -5,13 +5,18 @@
         * https://www.ethnologue.com/language/bcc
         * Added 2008-07-02.
         */
-       'bcc' => '南部バローチー語',
+       'bcc' => '南バローチー語',
 
        /* Not in CLDR 27.0.1. Name used by Ethnologue:
         * http://www.ethnologue.com/language/bgn
         * Added 2015-01-18.
         */
-       // 'bgn' => 'Western Balochi',
+       'bgn' => '西バローチー語',
+
+       /* Not in CLDR 27.0.1. Eastern Balochi language
+        * http://www.ethnologue.com/language/bgp
+        */
+       'bgp' => '東バローチー語',
 
        /* Not in CLDR 27.0.1. Swedish language
         * https://www.ethnologue.com/language/dlc

-- 
To view, visit https://gerrit.wikimedia.org/r/218817
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I06bce57bcbff85e3c5b0373f12f3ae628b7b48c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/cldr
Gerrit-Branch: master
Gerrit-Owner: Mjbmr <mjb...@gmail.com>
Gerrit-Reviewer: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to