concrete/config/localization.php not included in translation files
Permalink
From what I've seen the the date/time constants defined in localization.php are not included in most languages files. They also don't get picked up by poedit if you try to refresh from source files. Does anyone know why?
One example for a constant is
localization.php is here:https://github.com/concrete5/concrete5/blob/5.4.2.2/web/concrete/con...
One example for a constant is
define('DATE_APP_GENERIC_MDY', t('n/j/Y'))
localization.php is here:https://github.com/concrete5/concrete5/blob/5.4.2.2/web/concrete/con...
These are the lines I usually include in my config:
There are still some places in C5 where the settings are applied. So you might see the date format with AM/PM ending on some places.