From 483bc4be29225c76f036abbece0d3cf8d9c72076 Mon Sep 17 00:00:00 2001 From: Federico Leva Date: Thu, 1 Dec 2016 14:13:06 +0100 Subject: [PATCH] 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 --- languages/messages/MessagesIo.php | 7 +++++++ 1 file changed, 7 insertions(+) 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, -- 2.20.1