Project

General

Profile

Actions

Bug #86762

closed

Site-Configuration defined language fallbacks not working

Added by Carsten Hülsmann over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2018-10-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi,
maybe i'm just expecting the wrong but it seems there is an issue with the language fallback functionality.

I have made a site configuration with 2 languages (/en/, /de/) while en is default and de has a fallback to en.

My expectation is now that if i have not translated (en) content elements on the page and i visit the /de/-Version of it, that TYPO3 renders the english content element. But this doesn't happen. I tried debugging but there were no specific errors or something regarding this behaviour.

Here the current site configuration:

rootPageId: 1
base: 'https://mybaseurl.com'
baseVariants: {  }
languages:
  -
    title: English
    enabled: true
    languageId: '0'
    base: /en/
    typo3Language: default
    locale: en_US.UTF-8
    iso-639-1: en
    navigationTitle: English
    hreflang: en-US
    direction: ltr
    flag: us
  -
    title: German
    enabled: true
    languageId: '1'
    base: /de/
    typo3Language: de
    locale: de_DE.UTF-8
    iso-639-1: de
    navigationTitle: Deutsch
    hreflang: de-DE
    direction: ltr
    fallbackType: fallback
    fallbacks: '0'
    flag: de
errorHandling: {  }
routes: {  }


Files

Typo3DbBackend.diff (974 Bytes) Typo3DbBackend.diff David Bruchmann, 2019-02-26 07:49
PageRepository.diff (5.74 KB) PageRepository.diff David Bruchmann, 2019-02-26 07:49

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #86595: No Language FallbackClosedAnja Leichsenring2018-10-08

Actions
Related to TYPO3 Core - Bug #19114: sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content Closed2008-07-16

Actions
Related to TYPO3 Core - Feature #88137: Create multi-step fallback for content and arbitrary recordsClosed2022-07-13

Actions
Has duplicate TYPO3 Core - Bug #87121: Content fallback does not work, when page translation does not exist yetClosed2018-12-11

Actions
Actions

Also available in: Atom PDF