mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[TASK] Move LanguageService to EXT:core
The main $GLOBALS['LANG'] class has been moved to the core extension into the "Localization" namespace, where all other related XLF/XML factory, store and parser classes reside. This is done in order to streamline the localization of core-relevant files, since this class will also be used in frontend context. EXT:lang now contains the backend module, as well as most XLF files. Resolves: #81196 Releases: master Change-Id: I0e5d8260f5c5a28254658c68766990b4f4662a2a Reviewed-on: https://review.typo3.org/52774 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Jan Helke <typo3@helke.de> Tested-by: Jan Helke <typo3@helke.de> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com>
This commit is contained in:
parent
7ba956aa8b
commit
ca0adaf0e6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class FrontendEditAssetLoader
|
||||||
/**
|
/**
|
||||||
* Returns LanguageService
|
* Returns LanguageService
|
||||||
*
|
*
|
||||||
* @return \TYPO3\CMS\Lang\LanguageService
|
* @return \TYPO3\CMS\Core\Localization\LanguageService
|
||||||
*/
|
*/
|
||||||
protected function getLanguageService()
|
protected function getLanguageService()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue