Ignore:
Timestamp:
Dec 4, 2013, 12:39:55 AM (11 years ago)
Author:
chronos
Message:
  • Added: Language selection menu in top right panel.
  • Added: All language files are updated from administration.
  • Added: LocaleManager to implement basic management functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r615 r618  
    1111include_once(dirname(__FILE__).'/AppModule.php');
    1212include_once(dirname(__FILE__).'/Locale.php');
    13 $Locale = new Locale();
    14 $Locale->Dir = dirname(__FILE__).'/../locale';
    15 $Locale->Load($Config['Web']['Locale']);
    1613
    1714// Include application modules
Note: See TracChangeset for help on using the changeset viewer.