mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Fix public l10n
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
258330d64d
commit
19350c4b95
1 changed files with 2 additions and 1 deletions
|
|
@ -56,10 +56,11 @@ interface IFactory {
|
|||
/**
|
||||
* find the matching lang from the locale
|
||||
*
|
||||
* @param string $app
|
||||
* @param string $locale
|
||||
* @return null|string
|
||||
*/
|
||||
public function findLanguageFromLocale($locale = null);
|
||||
public function findLanguageFromLocale($app = 'core', $locale = null);
|
||||
|
||||
/**
|
||||
* Find all available languages for an app
|
||||
|
|
|
|||
Loading…
Reference in a new issue