Ignore:
Timestamp:
Dec 25, 2006, 8:17:29 AM (17 years ago)
Author:
vdigital
Message:

Feature Issue ID 0000527: Language localization - local.lang.php can be added to each language directory. Authorize your own translation to be keep over migrations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r1670 r1679  
    641641    $user = build_user( $conf['guest_id'], true);
    642642    include_once(get_language_filepath('common.lang.php'));
     643    @include_once(get_language_filepath('local.lang.php'));
    643644    list($tmpl, $thm) = explode('/', $conf['default_template']);
    644645    $template = new Template(PHPWG_ROOT_PATH.'template/'.$tmpl, $thm);
Note: See TracChangeset for help on using the changeset viewer.