diff --git a/core/class/helper.class.php b/core/class/helper.class.php index 540e8687..65598c4a 100644 --- a/core/class/helper.class.php +++ b/core/class/helper.class.php @@ -26,7 +26,7 @@ class helper public static function translate($text) { - $target = 'search'; + $target = 'redirection'; /** Collecte des dialogues des modules */ $url = $_SERVER['QUERY_STRING']; $module = explode('/', $url); diff --git a/module/redirection/i18n/fr_FR.json b/module/redirection/i18n/fr_FR.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/module/redirection/i18n/fr_FR.json @@ -0,0 +1 @@ +{} \ No newline at end of file