[BUGFIX] Use Locale dependencies in Extbase LocalizationUtiltiy
Extbase uses the $alternativeLanguageKeys, which previously omitted the actual language chain for XLF files, because it did not use the Locales->createLocale() method, but instead just used new Locale(). Resolves: #100030 Releases: main Change-Id: Ia663a00cb8e55d843678abddcd8d60bf46e336df Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78192 Tested-by:Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Template/PageRendererBackendSetupTrait.php 1 addition, 1 deletion...ackend/Classes/Template/PageRendererBackendSetupTrait.php
- typo3/sysext/core/Classes/Localization/LanguageService.php 5 additions, 0 deletionstypo3/sysext/core/Classes/Localization/LanguageService.php
- typo3/sysext/core/Classes/Localization/Locales.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Localization/Locales.php
- typo3/sysext/core/Classes/Site/Entity/SiteLanguage.php 8 additions, 0 deletionstypo3/sysext/core/Classes/Site/Entity/SiteLanguage.php
- typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php 13 additions, 7 deletionstypo3/sysext/extbase/Classes/Utility/LocalizationUtility.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 3 additions, 1 deletion.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 7 additions, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
Please register or sign in to comment