diff options
Diffstat (limited to 'core/l10n/l10n-en.php')
-rw-r--r-- | core/l10n/l10n-en.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/l10n-en.php b/core/l10n/l10n-en.php index 3a050d477ce..9ee748bee23 100644 --- a/core/l10n/l10n-en.php +++ b/core/l10n/l10n-en.php @@ -1,5 +1,7 @@ <?php $LOCALIZATIONS = array( + 'jsdate' => 'MM d, yy', 'date' => '%B %e, %Y', 'datetime' => '%B %e, %Y %H:%M', - 'time' => '%H:%M:%S' ); + 'time' => '%H:%M:%S', + 'firstday' => 0 ); |