Started on internationalization (i18n)

This commit is contained in:
Savetheinternet 2011-10-11 21:49:14 +11:00
parent e8183e7899
commit ff730c861b
30 changed files with 2584 additions and 103 deletions

View file

@ -427,6 +427,9 @@
* ====================
*/
// Locale (en, ru_RU)
$config['locale'] = 'en';
// Timezone
$config['timezone'] = 'America/Los_Angeles';