Changeset 1479
- Timestamp:
- 05/19/06 16:37:38 (4 years ago)
- Location:
- trunk/gregarius
- Files:
-
- 4 added
- 1 modified
-
cls/l10n.php (added)
-
extlib/l10n (added)
-
extlib/l10n/gettext.php (added)
-
extlib/l10n/streams.php (added)
-
init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/init.php
r1449 r1479 115 115 // Localization 116 116 // 117 require_once('cls/l10n.php'); 118 $GLOBALS['rssl10n'] = new RSSl10n('de_CH'); 119 117 120 $lang = getConfig('rss.output.lang'); 118 121 if (!preg_match('#^[a-zA-Z_]+$#', $lang)) {
