diff --git a/extensions/markdown/extend.php b/extensions/markdown/extend.php index b457593bc..33baf0a84 100644 --- a/extensions/markdown/extend.php +++ b/extensions/markdown/extend.php @@ -22,5 +22,7 @@ return [ // Overwrite the default inline spoiler so that it is compatible // with more styling for children in an external stylesheet. $config->tags['ispoiler']->template = ''; - }) + }), + + new Extend\Locales(__DIR__.'/locale') ]; diff --git a/extensions/markdown/locale/.gitkeep b/extensions/markdown/locale/.gitkeep new file mode 100644 index 000000000..e69de29bb