From: Federico Leva Date: Thu, 1 Dec 2016 13:13:06 +0000 (+0100) Subject: Fallback io (Ido) to eo (Esperanto) X-Git-Tag: 1.31.0-rc.0~4456 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=483bc4be29225c76f036abbece0d3cf8d9c72076;p=lhc%2Fweb%2Fwiklou.git 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 --- diff --git a/languages/messages/MessagesIo.php b/languages/messages/MessagesIo.php index 7aae422a89..ffd164b7ea 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 @@ $namespaceNames = [ 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,