From 1c34b623a83a13a0af33e70aaa715e8f0d8e3b02 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Fri, 7 Aug 2020 22:14:19 +0200 Subject: [PATCH] Fixes magic word i18n-issue (#57) * Fixes magic word i18n-issue --- extension.json | 5 +---- Mermaid.magic.php => i18n/extra/Mermaid.magic.php | 0 2 files changed, 1 insertion(+), 4 deletions(-) rename Mermaid.magic.php => i18n/extra/Mermaid.magic.php (100%) diff --git a/extension.json b/extension.json index 0fb515f..7e4b944 100644 --- a/extension.json +++ b/extension.json @@ -13,7 +13,7 @@ "MediaWiki": ">= 1.33" }, "ExtensionMessagesFiles": { - "MermaidMagic": "Mermaid.magic.php" + "MermaidMagic": "i18n/extra/Mermaid.magic.php" }, "MessagesDirs": { "Mermaid": [ @@ -49,9 +49,6 @@ "localBasePath": "", "remoteExtPath": "Mermaid" }, - "ExtensionMessagesFiles": { - "MermaidMagic": "i18n/Mermaid.i18n.php" - }, "ServiceWiringFiles": [ "src/ServiceWiring.php" ], diff --git a/Mermaid.magic.php b/i18n/extra/Mermaid.magic.php similarity index 100% rename from Mermaid.magic.php rename to i18n/extra/Mermaid.magic.php