Project

General

Profile

Actions

Bug #95013

open

TYPO3 9,10,11 Languages ​​fallback doesn't seem to work properly

Added by Andreas Reichel almost 3 years ago. Updated 5 months ago.

Status:
Under Review
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
Start date:
2021-08-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hello, everyone. We are currently creating a TYPO3 10.4 website. The website only contains the basic sitepackage extension. The site itself should be available in several languages, which can also have sub-languages. All languages ​​should have a fallback. As a small example. We have 2 languages ​​+ the default language (can also be seen in the configuration attached).
The language en-de should refer to english (master) as a fallback. In TYPO3 itself I created the sys_languages ​​and also translated 1 page into all languages. I also created a test content item that was translated for english (master), but not for en-de. Strangely enough, instead of the english (master) translation, the content element of Default is displayed to me in the frontend. The page title, however, is from the en-de translation. Also applies to TYPO3 9, 10 and 11. Does anyone have a solution or is this a known bug?

languages:
- title: Default
  enabled: true
  languageId: 0
  base: /
  typo3Language: de
  locale: de_DE.UTF-8
  iso-639-1: de
  navigationTitle: Default
  hreflang: de
  direction: ltr
  flag: multiple

- title: english (master)
  enabled: true
  languageId: 1
  base: /en
  typo3Language: eu
  locale: en.UTF-8
  iso-639-1: en
  navigationTitle: english (master)
  hreflang: en
  direction: ltr
  flag: eu

- title: en-DE
  enabled: true
  languageId: 15
  base: /en-de
  typo3Language: de
  locale: en_DE.UTF-8
  iso-639-1: en
  navigationTitle: en-DE
  hreflang: en-de
  direction: ltr
  flag: de
  fallbackType: fallback
  fallbacks: "1" 

Files

imi.zip (29.2 KB) imi.zip Andreas Reichel, 2021-08-30 11:20
imi_ce_language_helper.zip (6.21 KB) imi_ce_language_helper.zip Andreas Reichel, 2021-09-02 12:52
imi_ce_language_helper.zip (5.97 KB) imi_ce_language_helper.zip Andreas Reichel, 2021-09-09 07:54
imi_ce_language_helper_10.4_202109091422.zip (4.73 KB) imi_ce_language_helper_10.4_202109091422.zip Andreas Reichel, 2021-09-09 14:23
image.png (153 KB) image.png Ebin Mathew, 2022-08-12 05:14
Actions

Also available in: Atom PDF