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

Localization works with most languages, now. Still missing language
selection routines, admin, ...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/init.php

    r1562 r1564  
    116116// 
    117117require_once('cls/l10n.php'); 
    118 $GLOBALS['rssl10n'] = new RSSl10n('de_CH'); 
     118$GLOBALS['rssl10n'] = new RSSl10n(); 
     119 
    119120 
    120121$lang = getConfig('rss.output.lang');