MediaWiki REL1_34
CollationCkb.php
Go to the documentation of this file.
1<?php
29 public function __construct() {
30 // This will set $locale and collators, which affect the actual sorting order
31 parent::__construct( 'fa' );
32 // Override the 'fa' language set by parent constructor, which affects #getFirstLetterData()
33 $this->digitTransformLanguage = Language::factory( 'ckb' );
34 }
35}
Workaround for the lack of support of Sorani Kurdish / Central Kurdish language ('ckb') in ICU.