Changes for Kiseki
This commit is contained in:
parent
a16589ef92
commit
0e7b6eff0c
|
|
@ -22,7 +22,7 @@ class Dictionary
|
||||||
{
|
{
|
||||||
// Get default locale string in laravel project
|
// Get default locale string in laravel project
|
||||||
// and set it as default dictionary
|
// and set it as default dictionary
|
||||||
$locale = Config::has('app.locale') ? Config::get('app.locale') : 'en';
|
$locale = Config::has('app.locale') ? Config::get('app.locale') : 'en_US';
|
||||||
|
|
||||||
$this->setDictionary($dictionary ?: $locale);
|
$this->setDictionary($dictionary ?: $locale);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue