sabbelasichon / typo3-rector

Rector for TYPO3
MIT License
215 stars 60 forks source link

Feature: #39597 - Multiple locale names for TypoScript config.locale_all #4185

Closed simonschaufi closed 3 months ago

simonschaufi commented 3 months ago

Feature: #39597 - Multiple locale names for TypoScript config.locale_all

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/8.1/Feature-39597-MultipleLocaleNamesForTypoScriptConfiglocale_all.html

Feature: #39597 - Multiple locale names for TypoScript config.locale_all

See 39597

Description

The TypoScript option config.locale_all now allows to set locale fallbacks as a comma-separated list, as the underlying PHP function setlocale() does as well.

config.locale_all = de_AT@euro, de_AT, de_DE, deu_deu
TypoScript, Frontend