jenkins-bot has submitted this change and it was merged. Change subject: Fix wrong translation of special page title in zh-hans ......................................................................
Fix wrong translation of special page title in zh-hans The original translation was completely wrong (meaning "How to use API features"). It's unlikely to see existing links pointing to the old name. Change-Id: I1cf7e86dbfd437c03a93a001dc525b52d57b24d2 --- M ApiFeatureUsage.alias.php 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Anomie: Looks good to me, approved jenkins-bot: Verified diff --git a/ApiFeatureUsage.alias.php b/ApiFeatureUsage.alias.php index d912cc8..47a49a0 100644 --- a/ApiFeatureUsage.alias.php +++ b/ApiFeatureUsage.alias.php @@ -56,5 +56,5 @@ /** Simplified Chinese (中文(简体)) */ $specialPageAliases['zh-hans'] = array( - 'ApiFeatureUsage' => array( 'Api功能用法' ), -); \ No newline at end of file + 'ApiFeatureUsage' => array( 'Api功能使用率' ), +); -- To view, visit https://gerrit.wikimedia.org/r/245201 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1cf7e86dbfd437c03a93a001dc525b52d57b24d2 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/ApiFeatureUsage Gerrit-Branch: master Gerrit-Owner: Liangent <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
