]> git.p6c8.net - jirafeau.git/blobdiff - lib/settings.php
Add langage support (french) and automatic langage selection
[jirafeau.git] / lib / settings.php
index afd16c8c810237ed759b935dd6dae24128920754..7d9db2fb879246ede04deb1d126e7d7331ecfff2 100644 (file)
@@ -25,20 +25,9 @@ define ('JIRAFEAU_VERSION', '0.4');
 define ('VAR_FILES', $cfg['var_root'] . 'files/');
 define ('VAR_LINKS', $cfg['var_root'] . 'links/');
 
-// i18n
-
-setlocale (LC_ALL, $cfg['lang']);
-
-bindtextdomain (JIRAFEAU_PACKAGE, JIRAFEAU_ROOT.'lib/locale');
-textdomain (JIRAFEAU_PACKAGE);
-
-
 // useful constants
-
 if (!defined ('NL'))
-{
     define ('NL', "\n");
-}
 
 define ('JIRAFEAU_INFINITY', -1);
 define ('JIRAFEAU_MINUTE', 60); // 60

patrick-canterino.de