You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our client uses multiple languages in their website (TYPO3 10.4). The main part is only translated to german and english. But some landingpages have more translations, e.g. french.
Some links in the footer are shortcuts to sites that are only available in german or english. So for the french shortcut link, we want to link specifically to the english site (so the footer link can be present and has a valid link).
The text was updated successfully, but these errors were encountered:
this is much more complicated unfortunately (and also I guess, part of another extension :)). I already tried this in TYPO3 v9 Core back then, and the main problem is the "let's have a shortcut page to another shortcut page etc." and detecting redirect loop (which TYPO3 is currently capable of). That's this change / feature - https://forge.typo3.org/issues/66218 I guess there is much more to do to solve this properly... :(
Our client uses multiple languages in their website (TYPO3 10.4). The main part is only translated to german and english. But some landingpages have more translations, e.g. french.
Some links in the footer are shortcuts to sites that are only available in german or english. So for the french shortcut link, we want to link specifically to the english site (so the footer link can be present and has a valid link).
The text was updated successfully, but these errors were encountered: