Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/125132
Change subject: Spelling: 'Bishnupria Manipuri' => 'Bishnupriya Manipuri' ...................................................................... Spelling: 'Bishnupria Manipuri' => 'Bishnupriya Manipuri' Having the 'y' makes it agree with mediawiki/core's languages/Names.php and <https://en.wikipedia.org/wiki/Bishnupriya_Manipuri>. I hope this is correct. I am basing this on the report of a user on #wikitech: <LlamaAl> I have noticed a mistake in the interwikis of the English Wikipedia's Main Page. When I hover the cursor over Bishnupriya Manipuri, the text that appears says "Bishnupria Manipuri". ¿How can this typo be corrected? It also affects other wikis. <ori> LlamaAl: which is the correct spelling? <LlamaAl> ori: Bishnupriya Manipuri <LlamaAl> With the 'y' Change-Id: I577f773114163cc13b3035c190b47374e377efea --- M LocalNames/LocalNamesEn.php M LocalNames/LocalNamesFa.php 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/cldr refs/changes/32/125132/1 diff --git a/LocalNames/LocalNamesEn.php b/LocalNames/LocalNamesEn.php index 3beddde..b8cfa5d 100644 --- a/LocalNames/LocalNamesEn.php +++ b/LocalNames/LocalNamesEn.php @@ -64,7 +64,7 @@ * http://www.ethnologue.org/show_language.asp?code=bpy * Added 2007-11-10. */ - 'bpy' => 'Bishnupria Manipuri', + 'bpy' => 'Bishnupuriya Manipuri', /* Not in CLDR 21.0.1. Luri language * http://www.ethnologue.org/show_language.asp?code=bqi diff --git a/LocalNames/LocalNamesFa.php b/LocalNames/LocalNamesFa.php index 031fbd3..0cc2e35 100644 --- a/LocalNames/LocalNamesFa.php +++ b/LocalNames/LocalNamesFa.php @@ -64,7 +64,7 @@ * http://www.ethnologue.org/show_language.asp?code=bpy * Added 2007-11-10. */ - // 'bpy' => 'Bishnupria Manipuri', + // 'bpy' => 'Bishnupriya Manipuri', /* Not in CLDR 21.0.1. Luri language * http://www.ethnologue.org/show_language.asp?code=bqi -- To view, visit https://gerrit.wikimedia.org/r/125132 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I577f773114163cc13b3035c190b47374e377efea Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/cldr Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
