Add Southern Luri (luz)
Also add ordered list style type for Southern Luri (luz) Change-Id: I1099cb846f029df850126e59306849b0eec88e7b
This commit is contained in:
parent
458e7b287c
commit
aaaf8283e5
4 changed files with 15 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ changes to languages because of Phabricator reports.
|
|||
* Languages added:
|
||||
** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द,
|
||||
मेश सिंह बोहरा, and राम प्रसाद जोशी
|
||||
** luz (لئری جئنوٙڤی / Southern Luri)
|
||||
|
||||
=== Other changes in 1.26 ===
|
||||
* ChangeTags::tagDescription() will return false if the interface message
|
||||
|
|
|
|||
|
|
@ -257,6 +257,7 @@
|
|||
'lt' => 'lietuvių', # Lithuanian
|
||||
'ltg' => 'latgaļu', # Latgalian
|
||||
'lus' => 'Mizo ţawng', # Mizo/Lushai
|
||||
'luz' => 'لئری جئنوٙڤی', # Southern Luri
|
||||
'lv' => 'latviešu', # Latvian
|
||||
'lzh' => '文言', # Literary Chinese, bug 8217
|
||||
'lzz' => 'Lazuri', # Laz
|
||||
|
|
|
|||
12
languages/messages/MessagesLuz.php
Normal file
12
languages/messages/MessagesLuz.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/** Southern Luri (لئری جئنوٙڤی)
|
||||
*
|
||||
* To improve a translation please visit https://translatewiki.net
|
||||
*
|
||||
* @ingroup Language
|
||||
* @file
|
||||
*/
|
||||
|
||||
$fallback = 'fa';
|
||||
$rtl = true;
|
||||
|
||||
|
|
@ -951,6 +951,7 @@ ol:lang(fa) li,
|
|||
ol:lang(glk) li,
|
||||
ol:lang(kk-arab) li,
|
||||
ol:lang(lrc) li,
|
||||
ol:lang(luz) li,
|
||||
ol:lang(mzn) li {
|
||||
list-style-type: -moz-persian;
|
||||
list-style-type: persian;
|
||||
|
|
|
|||
Loading…
Reference in a new issue