]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/lang.php
lib/lang: make translation file names have a better pattern
[jirafeau_project.git] / lib / lang.php
index 86ffd4d3b1117b118c67698e9ef114069176097c..89f890fd637ccdc6fd46a714f813084ed23005d1 100644 (file)
@@ -44,7 +44,7 @@ function t ($text)
     if ($found && strcmp ($l, "en"))\r
     {\r
         /* $tr is defined in this requirement. */\r
-        require (JIRAFEAU_ROOT . "lib/lang/$l.php");\r
+        require (JIRAFEAU_ROOT . "lib/lang/lang_$l.php");\r
 \r
         foreach ($tr as $o => $t)\r
             if (strcmp ($text, $o) == 0)\r

patrick-canterino.de