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