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