Linter: Add special page aliases for Chinese variants

Change-Id: Idb78f2d0c930ee2fc52fc13de164f7230c7cb819
This commit is contained in:
anterdc99 2024-04-28 14:27:50 +08:00
parent 714a58dace
commit dd04374336
No known key found for this signature in database
GPG key ID: D3E6E8F14A854560

View file

@ -74,3 +74,13 @@ $specialPageAliases['sr-el'] = [
$specialPageAliases['ur'] = [
'LintErrors' => [ 'نحوی_نقائص' ],
];
/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'LintErrors' => [ 'Lint错误' ],
];
/** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [
'LintErrors' => [ 'Lint錯誤' ],
];