X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/752f34d41b53e1eb6559c19fcef87e5b85e578c1..deeb1323362ec6750535865e1e18ca37fe7728fc:/lib/lang.php diff --git a/lib/lang.php b/lib/lang.php index 43bdf6c..bf63659 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -105,7 +105,7 @@ function json_lang_generator () /* Open translation file. */ $trans_j = file_get_contents (JIRAFEAU_ROOT . "lib/locales/$l.json"); - return $trans_j; + return $trans_j; } ?>