Use en_GB as default locale
This commit is contained in:
parent
42aae704dd
commit
7bdb4de40b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
define('VERSION', '0.4.0');
|
||||
define('ROOT', __DIR__);
|
||||
define('DEFAULT_LOCALE', 'en');
|
||||
define('DEFAULT_LOCALE', 'en_GB');
|
||||
|
||||
/**
|
||||
* Include
|
||||
|
|
Loading…
Reference in a new issue