[TYPO3] English does not work...
Kristian Wind
kw at hovsa.dk
Fri Apr 4 15:36:14 CEST 2008
Hello there!
I am trying to get "sr_feuser_register" and "newloginbox" to work in
Danish (default language), English and German. I have made the usual
setup with multiple languages, but the only language that does not
work is English. German and Danish works perfectly.
I have also downloaded the translations through the Extension Manager.
What could I have done wrong?
# Default language
config {
linkVars = L
sys_language_mode = content_fallback
sys_language_overlay = hideNonTranslated
sys_language_uid = 0
language = dk
locale_all = dk_DK
locale = dk_DK
htmlTag_langKey = dk
language_alt = dk
}
# German
[globalVar = GP:L = 2]
config.sys_language_uid = 2
config.language = de
config.htmlTag_langKey = de
config.locale_all = de_DE
[global]
# English
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = en
config.htmlTag_langKey = en
config.locale_all = en_EN
[global]
Kristian
kw at hovsa.dk
More information about the TYPO3-english
mailing list