Actions
Bug #84669
closedSites: Any-Domain configuration can not resolve language
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2018-04-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using anydomain configuration TYPO3 is unable to determine the correct language.
Actual behavior:
- https://typo3.localhost/en/ - shows english language
- https://typo3.localhost/de/ - shows english language
- https://typo3.localhost/da/ - shows english language
Expected behavior:
- https://typo3.localhost/en/ - shows english language
- https://typo3.localhost/de/ - shows german language
- https://typo3.localhost/da/ - shows dansk language
Example Configuration:
site:
rootPageId: 1
base: '/'
languages:
-
languageId: '0'
title: English
navigationTitle: English
base: /en/
locale: en_EN.UTF8
iso-639-1: en
hreflang: en-US
direction: ltr
typo3Language: default
flag: us
-
languageId: '2'
title: German
navigationTitle: Deutsch
base: /de/
locale: de_DE.UTF8
iso-639-1: de
hreflang: de-DE
direction: rtl
typo3Language: de
flag: de
fallbackType: fallback
fallbacks: '0'
-
languageId: '1'
title: Dansk
navigationTitle: Dansk
base: '/da/'
locale: da_DK.UTF-8
iso-639-1: da
hreflang: da-DK
direction: ltr
typo3Language: da
flag: dk
fallbackType: strict
errorHandling: { }
Updated by Susanne Moog over 6 years ago
- Related to Epic #83796: Site Handling added
Updated by Susanne Moog about 6 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Anja Leichsenring about 6 years ago
- Status changed from New to Closed
has been fixed meanwhile, can not reproduce anymore.
Actions