mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #19356 from owncloud/add-l10n-factory-to-interface
Add the L10N Factory to the container interface
This commit is contained in:
commit
57b2778053
@ -193,6 +193,12 @@ interface IServerContainer {
|
||||
*/
|
||||
public function getAppConfig();
|
||||
|
||||
/**
|
||||
* @return \OCP\L10N\IFactory
|
||||
* @since 8.2.0
|
||||
*/
|
||||
public function getL10NFactory();
|
||||
|
||||
/**
|
||||
* get an L10N instance
|
||||
* @param string $app appid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user