diff options
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 6fb5849b8c0f..01852cbdb0a9 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -87,6 +87,9 @@ noComments EN = " No comments yet" cHead DE = "Kommentare:" cHead EN = "Comments:" +cwHead DE = "Kommentieren:" +cwHead EN = "Comment:" + cTimeFormat DE = "[Am %d.%m.%y um %H:%M Uhr]" cTimeFormat EN = "[On %D at %H:%M]" |