[TYPO3-english] News System[tx_news] content fallback

Web Essentials - Support (Math Man) support at web-essentials.asia
Wed Aug 7 09:30:30 CEST 2013


Hi List,

I am using TYPO3 6.1.1 and news extension 2.2.0.
My website has five languages (en[default],de,ch,es and fr). The simple 
content it works well with content fallback when there is no any 
translation for that language.

However, I have problem with news record. I entered one record as 
English and did not make translation for other langauges but I want this 
record also display in French, German, Chinese and Spanish in which 
content record get from English.

Here is my TS config:

# --- Languages Setup--- #

	# General setup
config {
	linkVars = L
	uniqueLinkVars = 1
	sys_language_mode = content_fallback
	sys_language_overlay = 1
	sys_language_softMergeIfNotBlank = tt_content:image, tt_content:header
}

# English (default)
config {
	sys_language_uid = 0
	language = en
	locale_all = en_GB
	alternate_html_xhtml_language = en
	htmlTag_langKey = en
}

# German
[globalVar = GP:L = 1]
	config {
		sys_language_uid = 1
		language = de
		locale_all = de_DE.utf-8
		alternate_html_xhtml_language = de
		htmlTag_langKey = de
	}
[global]

# French
[globalVar = GP:L = 2]
	config {
		sys_language_uid = 2
		language = fr
		locale_all = fr_FR.utf-8
		alternate_html_xhtml_language = fr
		htmlTag_langKey = fr
	}
[global]

# Chinese (simplified)
[globalVar = GP:L = 3]
	config {
		sys_language_uid = 3
			# TODO: it looks like ch is the code in the TYPO3 translations
		language = ch
		locale_all = zh_CN.utf-8
		alternate_html_xhtml_language = cn
		htmlTag_langKey = cn
	}
[global]

# Spanish
[globalVar = GP:L = 4]
	config {
		sys_language_uid = 4
		language = es
		locale_all = es_ES.utf-8
		alternate_html_xhtml_language = es
		htmlTag_langKey = es
	}
[global]


Any idea or suggestion?

-- 
Web Essentials
Redefining Web Development

Man Math
Support Team

E:support at web-essentials.asia
W:www.web-essentials.asia


More information about the TYPO3-english mailing list