mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-11 16:59:40 +00:00
Linter: Add special page aliases for Chinese variants
Change-Id: Idb78f2d0c930ee2fc52fc13de164f7230c7cb819
This commit is contained in:
parent
714a58dace
commit
dd04374336
|
@ -74,3 +74,13 @@ $specialPageAliases['sr-el'] = [
|
|||
$specialPageAliases['ur'] = [
|
||||
'LintErrors' => [ 'نحوی_نقائص' ],
|
||||
];
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = [
|
||||
'LintErrors' => [ 'Lint错误' ],
|
||||
];
|
||||
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
$specialPageAliases['zh-hant'] = [
|
||||
'LintErrors' => [ 'Lint錯誤' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue