On a Typo3 4.4.2 with existing translations I wanted to add a new one. But the text element is only displayed on the default language and not on the English page. Then I tried to add a content element on the English page. Here it will be shown but only in English. It seems that the translations are completely separated from each other ...
Here is the TS:
config {
linkVars = L
sys_language_mode = content_fallback
sys_language_overlay = hideNonTranslated
sys_language_uid =
language = de
locale_all = de_DE
doctype = xhtml_trans
htmlTag_langKey = de
}
[globalVar = GP:L = 1]
config.sys_language_uid = 1
page.config.language = en
page.config.locale_all = en_EN
[global]
What is here wrong? Deleting the cache had no success so it is another problem.
config.sys_language_uid = 0in the german setup. Additionally, try to removepage.from the english config part. – Jost Jan 21 at 11:12