jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/324711 )
Change subject: Fallback io (Ido) to eo (Esperanto) ...................................................................... Fallback io (Ido) to eo (Esperanto) Ido is a variant of Esperanto and all its speakers are supposed to also know Esperanto. Either way, all translators were notified. https://translatewiki.net/wiki/Thread:Portal_talk:Ido/Use_Esperanto_when_no_translation From eo, io will inherit the date format, usage of space as digit separator (consistent with most European languages), hundreds of translations for magic words and special pages. The namespace gender alias for eo is adapted to match the io format. All the io.wiki and io.wiktionary users as listed by WikiStats have been notified of the discussion individually. Change-Id: Ia85d2e4b007b523027891bf2c2bccde55916510c --- M languages/messages/MessagesIo.php 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/languages/messages/MessagesIo.php b/languages/messages/MessagesIo.php index 7aae422..ffd164b 100644 --- a/languages/messages/MessagesIo.php +++ b/languages/messages/MessagesIo.php @@ -8,6 +8,8 @@ * */ +$fallback = 'eo'; + $namespaceNames = [ NS_MEDIA => 'Media', NS_SPECIAL => 'Specala', @@ -27,6 +29,11 @@ NS_CATEGORY_TALK => 'Kategorio_Debato', ]; +$namespaceGenderAliases = [ + NS_USER => [ 'male' => 'Uzanto', 'female' => 'Uzantino' ], + NS_USER_TALK => [ 'male' => 'Uzanto_Debato', 'female' => 'Uzantino_Debato' ], +]; + $namespaceAliases = [ 'Imajo' => NS_FILE, 'Imajo_Debato' => NS_FILE_TALK, -- To view, visit https://gerrit.wikimedia.org/r/324711 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia85d2e4b007b523027891bf2c2bccde55916510c Gerrit-PatchSet: 6 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: Psychoslave <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: Reedy <[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
