- Fixed the locale setting from apps locale
This commit is contained in:
parent
86603044c0
commit
14c3fb79ad
|
@ -6,7 +6,7 @@ class I18n implements MissingKeyInterface
|
||||||
{
|
{
|
||||||
const DELIMITER = '.';
|
const DELIMITER = '.';
|
||||||
|
|
||||||
protected string $locale = "en_US";
|
public string $locale = "en_US";
|
||||||
|
|
||||||
protected string $language = "";
|
protected string $language = "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue