Add langauge 'zgh' Standard Moroccan Amazigh
authorÉtienne Beaulé <beauleetienne0@gmail.com>
Wed, 23 May 2018 02:33:16 +0000 (23:33 -0300)
committerÉtienne Beaulé <beauleetienne0@gmail.com>
Mon, 11 Jun 2018 13:24:08 +0000 (10:24 -0300)
This change adds the Standard Moroccan Amazigh language with ISO
639-3 code 'zgh' with 'kab' (Kabyle) fallback. The default script is the
Neo-Tifinagh script.

Bug: T137491
Change-Id: Idd13f92d7ae05cd47267558c8ff4fa368b701e24

RELEASE-NOTES-1.32
languages/data/Names.php
languages/messages/MessagesZgh.php [new file with mode: 0644]

index eab7613..8649e5e 100644 (file)
@@ -90,6 +90,7 @@ because of Phabricator reports.
 * (T193566) Added language support for Ambonese Malay (abs).
 * (T194047) Added language support for Shawiya, Latin script (shy-latn).
 * (T195940) Added language support for Batak Mandailing (btm).
+* (T137491) Added language support for Standard Moroccan Amazigh (zgh).
 
 === Breaking changes in 1.32 ===
 * $wgRequestTime, deprecated in 1.25, was removed. Use
index af844ee..3a96283 100644 (file)
@@ -469,6 +469,7 @@ class Names {
                'yue' => '粵語', # Cantonese
                'za' => 'Vahcuengh', # Zhuang
                'zea' => 'Zeêuws', # Zeeuws/Zeaws
+               'zgh' => 'ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ', # Moroccan Amazigh (multiple scripts - defaults to Neo-Tifinagh)
                'zh' => '中文', # (Zhōng Wén) - Chinese
                'zh-classical' => '文言', # Classical Chinese/Literary Chinese -- (see T10217)
                'zh-cn' => "中文(中国大陆)\u{200E}", # Chinese (PRC)
diff --git a/languages/messages/MessagesZgh.php b/languages/messages/MessagesZgh.php
new file mode 100644 (file)
index 0000000..720b591
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+/** Standard Moroccan Amazigh (ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ / tamaziɣt tanawayt)
+ *
+ * To improve a translation please visit https://translatewiki.net
+ *
+ * @ingroup Language
+ * @file
+ *
+ */
+
+$fallback = 'kab';