- Fixed the locale setting from apps locale

This commit is contained in:
Dave M. 2020-12-07 17:30:01 +00:00
parent 86603044c0
commit 14c3fb79ad
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";