From 3b6b01537ef1537e0290f0b3dd0fbb3568e15efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Harald=20S=C3=B8by?= Date: Thu, 17 Oct 2019 12:50:12 +0200 Subject: [PATCH] Add namespace and magic word translations for mnw and my MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add namespace and magic word translations reported to me on https://incubator.wikimedia.org/w/index.php?oldid=4645800 Also add magic word translation for my own native Norwegian Bokmål. Bug: T235741 Change-Id: Id475b77c444b4c1fe241e966410df3d0ace51360 --- Scribunto.magic.php | 15 +++++++++++++++ Scribunto.namespaces.php | 10 ++++++++++ 2 files changed, 25 insertions(+) diff --git a/Scribunto.magic.php b/Scribunto.magic.php index 0e155012..d4fd1dfa 100644 --- a/Scribunto.magic.php +++ b/Scribunto.magic.php @@ -95,6 +95,21 @@ $magicWords['ml'] = [ 'invoke' => [ 0, 'ഉണർത്തുക' ], ]; +/** Mon (ဘာသာ မန် ) */ +$magicWords['mnw'] = [ + 'invoke' => [ 0, 'စၞောန်ထ္ၜး' ], +]; + +/** Burmese (မြန်မာဘာသာ) */ +$magicWords['my'] = [ + 'invoke' => [ 0, 'ဖော်ပြ' ], +]; + +/** Norwegian Bokmål (Norsk bokmål) */ +$magicWords['nb'] = [ + 'invoke' => [ 0, 'kjør' ], +]; + /** Dutch (Nederlands) */ $magicWords['nl'] = [ 'invoke' => [ 0, 'aanroepen' ], diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php index c3337fef..0f28623f 100644 --- a/Scribunto.namespaces.php +++ b/Scribunto.namespaces.php @@ -328,6 +328,11 @@ $namespaceNames['ml'] = [ 829 => 'ഘടകത്തിന്റെ_സംവാദം', ]; +$namespaceNames['mnw'] = [ + 828 => 'မဝ်ဂျူ', + 829 => 'မဝ်ဂျူ_ဓရီုကျာ', +]; + $namespaceNames['mr'] = [ 828 => 'विभाग', 829 => 'विभाग_चर्चा', @@ -342,6 +347,11 @@ $namespaceNames['mwl'] = [ 829 => 'Cumbersa_módulo', ]; +$namespaceNames['my'] = [ + 828 => 'မော်ဂျူး', + 829 => 'မော်ဂျူး_ဆွေးနွေးချက်', +]; + $namespaceNames['mzn'] = [ 828 => 'ماژول', 829 => 'ماژول_گپ',