jenkins-bot has submitted this change and it was merged. Change subject: Unify name of Czech language with CLDR ......................................................................
Unify name of Czech language with CLDR While MediaWiki core used adverbial form for the Czech language (cs) in its Names.php, CLDR uses a noun, which is confusing when the CLDR extension is used, as both variants can be seen in different places, seemingly randomly. Therefore, unified to the CLDR variant. See also http://lists.wikimedia.org/pipermail/mediawiki-i18n/2013-October/000763.html Change-Id: I2527373c36b2b93f5e11f2d8713f3f81125d1a90 --- M languages/Names.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/languages/Names.php b/languages/Names.php index 929c513..3848a0b 100644 --- a/languages/Names.php +++ b/languages/Names.php @@ -102,7 +102,7 @@ 'crh' => 'qırımtatarca', # Crimean Tatar (multiple scripts - defaults to Latin) 'crh-latn' => "qırımtatarca (Latin)\xE2\x80\x8E", # Crimean Tatar (Latin) 'crh-cyrl' => "къырымтатарджа (Кирилл)\xE2\x80\x8E", # Crimean Tatar (Cyrillic) - 'cs' => 'česky', # Czech + 'cs' => 'čeština', # Czech 'csb' => 'kaszëbsczi', # Cassubian 'cu' => 'словѣ́ньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ', # Old Church Slavonic (ancient language) 'cv' => 'Чӑвашла', # Chuvash -- To view, visit https://gerrit.wikimedia.org/r/93105 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2527373c36b2b93f5e11f2d8713f3f81125d1a90 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Mormegil <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Nikerabbit <[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
