Fix public l10n

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-09-10 10:45:18 +02:00
parent df143cb72a
commit 081dcc55ca
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 1 deletions

View File

@ -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