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:
Aftab 2020-08-25 17:02:37 +00:00
parent 81f538da30
commit af56816d20
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ $specialPageAliases['bjn'] = [
/** Bengali (বাংলা) */
$specialPageAliases['bn'] = [
'CategoryTree' => [ 'বিষশ্রেণী_বৃক্ষ' ],
'CategoryTree' => [ 'বিষয়শ্রেণী_বৃক্ষ' ],
];
/** Breton (brezhoneg) */

View file

@ -33,7 +33,7 @@ $magicWords['arz'] = [
/** Bengali (বাংলা) */
$magicWords['bn'] = [
'categorytree' => [ 0, 'বিষয়শ্রেণী_বৃক্ষ', 'বিষয়শ্রেণীবৃক্ষ', 'categorytree' ],
'categorytree' => [ 0, 'বিষয়শ্রেণী_বৃক্ষ', 'বিষয়শ্রেণীবৃক্ষ', 'categorytree' ],
];
/** Breton (brezhoneg) */