Project

General

Profile

Actions

Bug #86595

closed

No Language Fallback

Added by Kay Röseler over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Localization
Target version:
-
Start date:
2018-10-08
Due date:
% Done:

100%

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

Description

Hello core team,

for a configured page with 3 languages (default: German, 2nd English, 3rd Danish) and fallback for the two additional languages set to the other language plus the default language, no fallback will be performed if the data record is only in the standard language is available.

This is the site configuration for the 3 languages:

languages:
  -
    title: Deutsch
    enabled: true
    languageId: '0'
    base: /
    typo3Language: de
    locale: de_DE.UTF-8
    iso-639-1: de
    navigationTitle: Deutsch
    hreflang: de-DE
    direction: ltr
    flag: de
  -
    title: English
    enabled: true
    languageId: '1'
    base: /en/
    typo3Language: default
    locale: en_GB.UTF-8
    iso-639-1: en
    navigationTitle: English
    hreflang: en-GB
    direction: ltr
    fallbackType: fallback
    fallbacks: '2,0'
    flag: en-us-gb
  -
    title: Danish
    enabled: true
    languageId: '2'
    base: /da/
    typo3Language: default
    locale: da-DA
    iso-639-1: da
    navigationTitle: Danish
    hreflang: da-DA
    direction: ltr
    fallbackType: fallback
    fallbacks: '1,0'
    flag: dk

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #86712: config.sys_language_overlay has no effectClosed2018-10-22

Actions
Related to TYPO3 Core - Bug #86762: Site-Configuration defined language fallbacks not workingClosedAnja Leichsenring2018-10-26

Actions
Related to TYPO3 Core - Bug #89871: HrefLangGenerator: Wrong links generated with page translations that use a shortcutClosedChristian Eßl2019-12-06

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