wiki.techinc.nl/languages/messages/MessagesSdh.php
Jon Harald Søby c0be81d9a1 Correct fallback language for sdh
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
2023-09-08 08:43:44 +02:00

10 lines
127 B
PHP

<?php
/** Southern Kurdish (کوردی خوارگ)
*
* @file
* @ingroup Languages
*/
$fallback = 'ckb, fa';
$rtl = true;