Project

General

Profile

Actions

Bug #19114

closed

sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content

Added by Bernd Warken almost 16 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
Start date:
2008-07-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I installed German as default language and 3 further languages:
en L=1
tr L=2
ru L=3

Unfortunately I am not able to relink language ru (L=3) back to English (L=1). The program will always switch to the default language (German).

My configuration:

###

config { # Default-Sprache
linkVars = L
uniqueLinkVars = 1
sys_language_uid = 0
language = de
locale_all = de_DE
htmlTag_langKey = de-DE
sys_language_mode = content_fallback
sys_language_overlay = 1
}
page.config.language = de
page.config.locale_all = de_DE.UTF-8

[globalVar = GP:L = 1]
config {
sys_language_uid = 1
sys_language_mode = content_fallback ; 0
language = en
locale_all = en_US
htmlTag_langKey = en-US
}
page.config.language = en
page.config.locale_all = en_EN
[global]

[globalVar = GP:L = 2]
config {
sys_language_uid = 2
sys_language_mode = content_fallback ; 0,1
language = tr
locale_all = tr_TR
htmlTag_langKey = tr-TR
}
page.config.language = tr
[global]

[globalVar = GP:L = 3]
config {
sys_language_uid = 3
sys_language_mode = "content_fallback ; 1,0"
language = ru
locale_all = ru_RU
htmlTag_langKey = ru-RU
}
page.config.language = ru
[global]

###

Bernd Warken

(issue imported from #M8986)


Files

bug_8986.diff (2.37 KB) bug_8986.diff Administrator Admin, 2009-04-06 14:42
bug_8986_v2.diff (4.76 KB) bug_8986_v2.diff Administrator Admin, 2009-04-23 16:00
patch_8986_v3.diff (4.78 KB) patch_8986_v3.diff Administrator Admin, 2010-07-02 15:49
Bildschirmfoto 2018-11-08 um 18.42.41.png (75 KB) Bildschirmfoto 2018-11-08 um 18.42.41.png Ralf Merz, 2018-11-08 19:15

Related issues 6 (1 open5 closed)

Related to TYPO3 Core - Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)Closed2007-07-22

Actions
Related to TYPO3 Core - Bug #19718: Typoscript: CONTENT | slide: multilanguage not correctly respected in content_fallback modeUnder ReviewBenni Mack2008-12-18

Actions
Related to TYPO3 Core - Bug #48673: Changed language overlay behaviour in TYPO3 6.*Closed2013-05-30

Actions
Related to TYPO3 Core - Bug #81657: TSFE->page contains default language page when content_fallback; 1,0 is usedClosed2017-06-21

Actions
Related to TYPO3 Core - Bug #86762: Site-Configuration defined language fallbacks not workingClosedAnja Leichsenring2018-10-26

Actions
Related to TYPO3 Core - Bug #89871: HrefLangGenerator: Wrong links generated with page translations that use a shortcutClosedChristian Eßl2019-12-06

Actions
Actions

Also available in: Atom PDF