Fix public l10n
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
df143cb72a
commit
081dcc55ca
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