mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-23 15:56:59 +00:00
Add new special page alias for Traditional Chinese (zh-hant)
What: Added a new Traditional Chinese special page alias "OATH驗證".
Why:
* Space or underscore shouldn't appear, it may cause difficulties on typing,
especially when it is inconsistent with the alias in Simplified Chinese.
The underscore in current version was introduced in the commit a08848f
.
* "認證" should match "certification", not "authentication", the proper name for
"authentication" in Traditional Chinese should be "驗證" instead.
Reference: https://zh.wikipedia.org/wiki/多重要素驗證
* For compatibility, I added the new alias, instead of changing.
Bug: T352000
Change-Id: Ib4c653a80aa65ae6cc847fa116376e0200d9b17d
This commit is contained in:
parent
0ac6a903c1
commit
6abbbb9cd5
|
@ -110,5 +110,5 @@ $specialPageAliases['zh-hans'] = [
|
|||
|
||||
/** Traditional Chinese (中文(繁體)) */
|
||||
$specialPageAliases['zh-hant'] = [
|
||||
'OATHManage' => [ 'OATH_認證' ],
|
||||
'OATHManage' => [ 'OATH驗證', 'OATH_認證' ],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue