ez.no / exponential / documentation / configuration / configuration / language and charset / installing a language pack
after demo install
[RegionalSettings] Locale=ger-DE ContentObjectLocale=eng-GB TextTranslation=enabled [ContentSettings] TranslationList=ger-DE;eng-GB
Recommended: activate translation cache
[RegionalSettings] Locale=ger-DE ContentObjectLocale=eng-GB TextTranslation=enabled TranslationCache=enabled [ContentSettings] TranslationList=ger-DE;eng-GB
If reloading takes more than 30 seconds, chances are that you have not enabled the mbstring extension in PHP. When this is enabled, translation cache regeneration should not take much more than 6-8 seconds.
If you don't have the PHP mbstring extension, then reloading may time out. The quickest way to fix this to give Exponential more RAM and/or execution time. (The best fix is to enable mbstring.) See php.ini. I use 32MB and 300 sec on a AMD 800. The german language file is actually the largest of them all. It is hard to KISS in german ;-).
edit php.ini (Linux: /etc/php.ini Windows: C:windowsphp.ini)
;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 300 ; Maximum execution time of each script, in seconds max_input_time = 180 ; Maximum amount of time each script may spend parsing request data memory_limit = 32M ; Maximum amount of memory a script may consume (8MB)
If you still notice untranslated phrases it might be that the information either comes out of the database or that this information is hardcoded. Otherwise try to clear und rebuild the cache.
Log in or create a user account to comment.
Comments
installing a language for translation
Milka Ndaani
Monday 06 March 2006 4:17:25 pm
I tried to follow the instructions given for windows but nothing bore fruits. Can anybody out there help? I'm thankful for all suggestions.
milka
Translation
Evaldas Slusnys
Friday 01 July 2005 12:14:28 pm
no function
tavo quintana
Monday 26 July 2004 7:25:08 pm
I´ve followed the instructions but I can see the men�s 6 texts in Spanish, only it works in "My notification"... somebody can I help me ?
translations allready exists
B�rge Kjeldstad
Wednesday 21 July 2004 2:27:59 pm