summaryrefslogtreecommitdiffstats
path: root/core/l10n/l10n-de.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/l10n-de.php')
-rw-r--r--core/l10n/l10n-de.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/l10n-de.php b/core/l10n/l10n-de.php
index f3084b05df8..976f8ce3c51 100644
--- a/core/l10n/l10n-de.php
+++ b/core/l10n/l10n-de.php
@@ -1,5 +1,5 @@
<?php
$LOCALIZATIONS = array(
- 'date' => 'd.m.Y',
- 'datetime' => 'd.m.Y H:i:s',
- 'time' => 'H:i:s' );
+ 'date' => '%d.%m.%Y',
+ 'datetime' => '%d.%m.%Y %H:%M:%S',
+ 'time' => '%H:%M:%S' );