X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/625f38a7decfc1ed72e0120c6ff34fcbe2d55100..82261590375e5af9d45a388b892cb4e604de720f:/lib/lang.php?ds=inline diff --git a/lib/lang.php b/lib/lang.php index 86ffd4d..89f890f 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -44,7 +44,7 @@ function t ($text) if ($found && strcmp ($l, "en")) { /* $tr is defined in this requirement. */ - require (JIRAFEAU_ROOT . "lib/lang/$l.php"); + require (JIRAFEAU_ROOT . "lib/lang/lang_$l.php"); foreach ($tr as $o => $t) if (strcmp ($text, $o) == 0)