andrewCharron
on Apr 11. 2008. 10:35 am
Ilija, any word on 1.1b3? Is it comming soon, or are we close to RC1?
Very easy add :
to config/defaults.php
then also in defaults.php ensure localization of dates in your language, you'll have to set the default locale, in my case french (replace by your locale code) :
Then activate the language module, create your language and you'll enjoy a translating interface.
Translate all strings.
Once done, go in the activecollab/localization/ folder (defautl is en_US.UTF-8, but when you create a language with the language module, your locale files will be created), and save all the files for your language.
Then zip and send to Ilija to post your language translation files :)
// Enable localization support
define('LOCALIZATION_ENABLED', true);to config/defaults.php
then also in defaults.php ensure localization of dates in your language, you'll have to set the default locale, in my case french (replace by your locale code) :
define('DEFAULT_LOCALE', 'fr_FR.UTF-8'); Then activate the language module, create your language and you'll enjoy a translating interface.
Translate all strings.
Once done, go in the activecollab/localization/ folder (defautl is en_US.UTF-8, but when you create a language with the language module, your locale files will be created), and save all the files for your language.
Then zip and send to Ilija to post your language translation files :)
The best way to predict the future is to invent it
------------------------------------------
Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)
------------------------------------------
Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)



