From 4083f1b8d943d02f299df4372d726a201f7229b4 Mon Sep 17 00:00:00 2001 From: Federico Leva Date: Tue, 6 Dec 2016 23:35:55 +0100 Subject: [PATCH] Language fallback from Pontic (pnt) to Greek (el) The (relative) majority of speakers is estimated to live in Greece and know Greek; for the others, intelligibility seems assured. The language fallback was probably forgotten for a mere oversight. https://translatewiki.net/wiki/Thread:Portal_talk:Pnt/Use_Greek_when_no_translation In addition to the discussion between translators, every pnt.wiki user has been alerted individually. From el, pnt will inherit hundreds of translations for magic words, namespaces and special page names. $linkTrail, $separatorTransformTable and $fallback8bitEncoding are currently defined in el but not pnt. The "ISO 8601" date format will also change definition, but the default date format is "pnt" which is defined only for pnt. Change-Id: I0377fff9300a8314cb9172f3be710be5dbce6825 --- languages/messages/MessagesPnt.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/languages/messages/MessagesPnt.php b/languages/messages/MessagesPnt.php index 239c888c68..e40b22bc6a 100644 --- a/languages/messages/MessagesPnt.php +++ b/languages/messages/MessagesPnt.php @@ -16,6 +16,8 @@ * @author ZaDiak */ +$fallback = 'el'; + $namespaceNames = [ NS_MEDIA => 'Μέσον', NS_SPECIAL => 'Ειδικόν', -- 2.20.1