mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Normalize special page aliases (bn) to a form MediaWiki can understand
Bengali translations with য় (U+09DF) does not seem to be working because the character য় (U+09DF) was interpreted by MediaWiki as য (U+09AF) and nukta (U+09BC). See https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ContentTranslation/+/326433 Change-Id: Iea7a73d6faf21b5f295958aeff20b7f8e044c417
This commit is contained in:
parent
81f538da30
commit
af56816d20
|
@ -83,7 +83,7 @@ $specialPageAliases['bjn'] = [
|
|||
|
||||
/** Bengali (বাংলা) */
|
||||
$specialPageAliases['bn'] = [
|
||||
'CategoryTree' => [ 'বিষয়শ্রেণী_বৃক্ষ' ],
|
||||
'CategoryTree' => [ 'বিষয়শ্রেণী_বৃক্ষ' ],
|
||||
];
|
||||
|
||||
/** Breton (brezhoneg) */
|
||||
|
|
|
@ -33,7 +33,7 @@ $magicWords['arz'] = [
|
|||
|
||||
/** Bengali (বাংলা) */
|
||||
$magicWords['bn'] = [
|
||||
'categorytree' => [ 0, 'বিষয়শ্রেণী_বৃক্ষ', 'বিষয়শ্রেণীবৃক্ষ', 'categorytree' ],
|
||||
'categorytree' => [ 0, 'বিষয়শ্রেণী_বৃক্ষ', 'বিষয়শ্রেণীবৃক্ষ', 'categorytree' ],
|
||||
];
|
||||
|
||||
/** Breton (brezhoneg) */
|
||||
|
|
Loading…
Reference in a new issue