diff --git a/module/Installer/config/module.config.php b/module/Installer/config/module.config.php new file mode 100644 index 00000000..353ace17 --- /dev/null +++ b/module/Installer/config/module.config.php @@ -0,0 +1,4 @@ + [ - 'translation_file_patterns' => [ - [ - 'type' => 'gettext', - 'base_dir' => __DIR__ . '/../lang', - 'pattern' => '%s.mo', - ], - ], - ], - -];