jenkins-bot has submitted this change and it was merged. Change subject: Lower case "Multiple Languages" and "Unknown Language" ......................................................................
Lower case "Multiple Languages" and "Unknown Language" It's confusing to have these two upper case, while "No linguistic content" (zxx) is lower case. See https://www.wikidata.org/w/index.php?title=Wikidata:Contact_the_development_team&oldid=359869978#Varying_caps_in_English_labels_for_language_codes_code_mul.2Czzx.2Cukn Also reported upstream: http://unicode.org/cldr/trac/ticket/9664 Change-Id: Ief9703d47efb99a448283bca89bb513c6c75ee9e --- M LocalNames/LocalNamesEn.php 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Nikerabbit: Looks good to me, approved jenkins-bot: Verified diff --git a/LocalNames/LocalNamesEn.php b/LocalNames/LocalNamesEn.php index 76ad26a..e149fd0 100644 --- a/LocalNames/LocalNamesEn.php +++ b/LocalNames/LocalNamesEn.php @@ -154,4 +154,10 @@ 'zh-sg' => 'Chinese (Singapore)', 'zh-tw' => 'Chinese (Taiwan)', 'zh-yue' => 'Cantonese', # language redirect + + /* http://unicode.org/cldr/trac/ticket/9664 + * Added 2016-07-27. + */ + 'mul' => 'Multiple languages', + 'und' => 'Unknown language', ]; -- To view, visit https://gerrit.wikimedia.org/r/301341 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ief9703d47efb99a448283bca89bb513c6c75ee9e Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/cldr Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Lydia Pintscher <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
