Sebastian Berlin (WMSE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/290881
Change subject: Activate localization ...................................................................... Activate localization Activated the localization as seen in https://www.mediawiki.org/wiki/Manual:Developing_extensions#Load_the_localisation_file Change-Id: Ic2a1ec6d5584b4d32a978108e68a378393c68b68 --- M extension.json 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikispeech refs/changes/81/290881/1 diff --git a/extension.json b/extension.json index 68200e5..f0ceb81 100644 --- a/extension.json +++ b/extension.json @@ -43,5 +43,10 @@ "ResourceLoaderTestModules": [ "WikispeechHooks::onResourceLoaderTestModules" ] + }, + "MessagesDirs": { + "MyExtension": [ + "i18n" + ] } -} \ No newline at end of file +} -- To view, visit https://gerrit.wikimedia.org/r/290881 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2a1ec6d5584b4d32a978108e68a378393c68b68 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikispeech Gerrit-Branch: master Gerrit-Owner: Sebastian Berlin (WMSE) <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
