Show
Ignore:
Timestamp:
09/09/06 14:52:23 (2 years ago)
Author:
mbonetti
Message:

Yay for gettext localization! This will probably break things big time.
Note that until intl/*.php isn't adapted the the new method, the trunk
won't be localized!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/init.php

    r1479 r1561  
    122122    die('woopsie, bad lang: ' .$lang); 
    123123} 
     124/* 
    124125if ($lang && file_exists(dirname(__FILE__) . "/" . "intl/$lang.php")) { 
    125126    rss_require("intl/$lang.php"); 
     
    127128    rss_require('intl/en.php'); 
    128129} 
    129  
     130*/ 
    130131// Theme  specific l10n handling 
    131132list($theme,$media) = getActualTheme();