Show
Ignore:
Timestamp:
09/02/08 16:19:23 (4 months ago)
Author:
moeffju
Message:

Add an option to set the system locale to use.
This is preliminary and should probably be replaced by a setting in the chosen language file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/index.php

    r2396 r2433  
    170170} 
    171171 
     172if ( @ Options::get( 'system_locale' ) ) { 
     173    Locale::set_system_locale( Options::get( 'system_locale' ) ); 
     174} 
     175 
    172176// Verify if the database has to be upgraded. 
    173177if ( Version::requires_upgrade() ) {