Add language support for Saisiyat (xsy)
Bug: T216479 Change-Id: Ide1c708c2cf3124794da650667ab140b1f4e9f5e
This commit is contained in:
parent
e259635a7e
commit
ccf2039021
3 changed files with 11 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ because of Phabricator reports.
|
|||
* (T213717) Fixed a translation error on Goan Konkani (gom-deva) translations
|
||||
for NS_TEMPLATE.
|
||||
* (T212221) Added $digitTransformTable for Santali (sat).
|
||||
* (T216479) Added language support for Saisiyat (xsy).
|
||||
|
||||
=== Breaking changes in 1.33 ===
|
||||
* The parameteter $lang in DifferenceEngine::setTextLanguage must be of type
|
||||
|
|
|
|||
|
|
@ -469,6 +469,7 @@ class Names {
|
|||
'xal' => 'хальмг', # Kalmyk-Oirat
|
||||
'xh' => 'isiXhosa', # Xhosan
|
||||
'xmf' => 'მარგალური', # Mingrelian
|
||||
'xsy' => 'saisiyat', # SaiSiyat - T216479
|
||||
'yi' => 'ייִדיש', # Yiddish
|
||||
'yo' => 'Yorùbá', # Yoruba
|
||||
'yue' => '粵語', # Cantonese
|
||||
|
|
|
|||
9
languages/messages/MessagesXsy.php
Normal file
9
languages/messages/MessagesXsy.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/** Saisiyat
|
||||
*
|
||||
* To improve a translation please visit https://translatewiki.net
|
||||
*
|
||||
* @ingroup Language
|
||||
* @file
|
||||
*
|
||||
*/
|
||||
Loading…
Reference in a new issue