mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 23:44:17 +00:00
Linter: Add special page aliases for Chinese variants
Change-Id: Idb78f2d0c930ee2fc52fc13de164f7230c7cb819
(cherry picked from commit dd04374336
)
This commit is contained in:
parent
42ff4babf2
commit
64a29a7da8
|
@ -69,3 +69,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