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 258330d64d
commit 19350c4b95
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

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