The first fallback language for `sdh` (Southern Kurdish) was set to `cbk` (Chavacano), a language code currently not supported by MediaWiki, and wholly unrelated to Southern Kurdish, instead of `ckb` (Central Kurdish). Reported in https://translatewiki.net/w/i.php?title=Support&oldid=11882369#Southern_Kurdish_(sdh) Change-Id: I451dd69940110b9e7c78998310205453cf46abe9
10 lines
127 B
PHP
10 lines
127 B
PHP
<?php
|
|
/** Southern Kurdish (کوردی خوارگ)
|
|
*
|
|
* @file
|
|
* @ingroup Languages
|
|
*/
|
|
|
|
$fallback = 'ckb, fa';
|
|
|
|
$rtl = true;
|