[BUGFIX] Use editors language in admin panel instead of site language
The translations need to use the language of the current backend user and not the one of the current language of the site in the frontend. Resolves: #96004 Releases: master, 11.5, 10.4 Change-Id: Id409e759de4f0324835cc932f87719147b6e1b0f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72196 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/adminpanel/Classes/Controller/MainController.php 7 additions, 0 deletions...3/sysext/adminpanel/Classes/Controller/MainController.php
- typo3/sysext/adminpanel/Classes/ModuleApi/AbstractSubModule.php 6 additions, 0 deletions...sysext/adminpanel/Classes/ModuleApi/AbstractSubModule.php
- typo3/sysext/adminpanel/Classes/Modules/CacheModule.php 1 addition, 0 deletionstypo3/sysext/adminpanel/Classes/Modules/CacheModule.php
- typo3/sysext/adminpanel/Classes/Modules/Debug/Events.php 1 addition, 0 deletionstypo3/sysext/adminpanel/Classes/Modules/Debug/Events.php
- typo3/sysext/adminpanel/Classes/Modules/Debug/Log.php 2 additions, 0 deletionstypo3/sysext/adminpanel/Classes/Modules/Debug/Log.php
- typo3/sysext/adminpanel/Classes/Modules/Debug/PageTitle.php 1 addition, 0 deletionstypo3/sysext/adminpanel/Classes/Modules/Debug/PageTitle.php
- typo3/sysext/adminpanel/Classes/Modules/Debug/QueryInformation.php 1 addition, 0 deletions...ext/adminpanel/Classes/Modules/Debug/QueryInformation.php
- typo3/sysext/adminpanel/Classes/Modules/Info/GeneralInformation.php 1 addition, 0 deletions...xt/adminpanel/Classes/Modules/Info/GeneralInformation.php
- typo3/sysext/adminpanel/Classes/Modules/Info/PhpInformation.php 1 addition, 0 deletions...sysext/adminpanel/Classes/Modules/Info/PhpInformation.php
- typo3/sysext/adminpanel/Classes/Modules/Info/RequestInformation.php 1 addition, 0 deletions...xt/adminpanel/Classes/Modules/Info/RequestInformation.php
- typo3/sysext/adminpanel/Classes/Modules/Info/UserIntInformation.php 1 addition, 0 deletions...xt/adminpanel/Classes/Modules/Info/UserIntInformation.php
- typo3/sysext/adminpanel/Classes/Modules/PreviewModule.php 1 addition, 0 deletionstypo3/sysext/adminpanel/Classes/Modules/PreviewModule.php
- typo3/sysext/adminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php 2 additions, 0 deletions...dminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php
- typo3/sysext/adminpanel/Resources/Private/Partials/Data/TableKeyValue.html 5 additions, 5 deletions...npanel/Resources/Private/Partials/Data/TableKeyValue.html
- typo3/sysext/adminpanel/Resources/Private/Partials/Form/Checkbox.html 1 addition, 1 deletion.../adminpanel/Resources/Private/Partials/Form/Checkbox.html
- typo3/sysext/adminpanel/Resources/Private/Partials/Form/DateTime.html 1 addition, 1 deletion.../adminpanel/Resources/Private/Partials/Form/DateTime.html
- typo3/sysext/adminpanel/Resources/Private/Partials/Form/Select.html 1 addition, 1 deletion...xt/adminpanel/Resources/Private/Partials/Form/Select.html
- typo3/sysext/adminpanel/Resources/Private/Partials/Modules/Item.html 2 additions, 2 deletions...t/adminpanel/Resources/Private/Partials/Modules/Item.html
- typo3/sysext/adminpanel/Resources/Private/Templates/Main.html 7 additions, 7 deletions...3/sysext/adminpanel/Resources/Private/Templates/Main.html
- typo3/sysext/adminpanel/Resources/Private/Templates/Modules/Debug/Log.html 8 additions, 8 deletions...npanel/Resources/Private/Templates/Modules/Debug/Log.html
Please register or sign in to comment