BUG-13604 Day and Month are not translated
Day and Month are not translated
This commit is contained in:
@@ -567,7 +567,7 @@ class Configurations // extends Configuration
|
||||
require_once 'model/Language.php';
|
||||
$language = new language();
|
||||
$lanLocation = $language->findLocationByLanId(SYS_LANG);
|
||||
$location = isset($location['LAN_LOCATION'])?$location['LAN_LOCATION']:'';
|
||||
$location = isset($location['LAN_LOCATION']) ? $location['LAN_LOCATION'] : '';
|
||||
|
||||
if (G::toLower(PHP_OS) == 'linux' || G::toLower(PHP_OS) == 'darwin') {
|
||||
if (SYS_LANG == 'es') {
|
||||
|
||||
Reference in New Issue
Block a user