Actions
Bug #82794
closedconfig.sys_language_mode = fallback;3,2 always falls back to "0"
Status:
Closed
Priority:
Should have
Assignee:
Category:
Localization
Target version:
Start date:
2017-10-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a translation (language UID 5) has a TypoScript configuration to `config.sys_language_mode = fallback;3,2` the definition is that if this page is not available in this translation (language=5) then check if a translation for 3 and after that "2" is set. However, if none of the page translations is available, the fallback to "0" always applies.
Imagine a set up like:
- language=0 is german
- language=2 is english-worldwide
- language=3 is english-EN
- language=5 is russian
You would not want to fall back to german AT ALL.
Actions