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
I have a site set up with multiple languages. Of those, only 2 are actively used, the others are for domain management.
Thus, those site languages use fallback languages.
The relevant situation is as follows:
Main site is in language 0 (DE)
site "EN" uses language 2, this is the target translated language
site "EU" uses language 5, with fallback to language 2 in "strict" mode
every story is entered in default language (0) and EN (2)
All pages and news are displayes correctly in all sites / languages.
However, <link rel="alternate" > are NOT generated for the EU target.
Current Behavior
"alternate" links are not generated for stories, when the translated story is in a fallback-language of the site language.
Expected behavior/output
"alternate" link is generated
Environment
TYPO3 version(s): 10.4.21
news version: 8.6.0
Is your TYPO3 installation set up with Composer (Composer Mode): yes
OS: Ubuntu 18.04.06
Possible Solution
I have a patch that will include checks for fallback languages Ids in the check
Bug Report
I have a site set up with multiple languages. Of those, only 2 are actively used, the others are for domain management.
Thus, those site languages use fallback languages.
The relevant situation is as follows:
All pages and news are displayes correctly in all sites / languages.
However,
<link rel="alternate" >
are NOT generated for the EU target.Current Behavior
"alternate" links are not generated for stories, when the translated story is in a fallback-language of the site language.
Expected behavior/output
"alternate" link is generated
Environment
Possible Solution
I have a patch that will include checks for fallback languages Ids in the check
news-fallback-language-check-fix.patch.txt
Additional context
The text was updated successfully, but these errors were encountered: