aboutsummaryrefslogtreecommitdiffstats
path: root/lib/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/news.php')
-rw-r--r--lib/news.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/news.php b/lib/news.php
index 224302559..70032009d 100644
--- a/lib/news.php
+++ b/lib/news.php
@@ -36,6 +36,7 @@ function news_date($dt, $locale = 'en')
$formats = array(
'en' => 'M d Y',
'fr' => 'd M Y',
+ 'de' => 'd. M Y',
'default' => 'Y-m-d'
);
$ft = array_key_exists($locale, $formats) ? $locale : 'default';