about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 206545d447d8..796ab9d0df0f 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -99,35 +99,6 @@ noticeText :: BlogLang -> Text
 noticeText EN = "site notice"
 noticeText DE = "Impressum"
 
--- comments
-noComments :: BlogLang -> Text
-noComments DE = " Keine Kommentare"
-noComments EN = " No comments yet"
-
-cHead :: BlogLang -> Text
-cHead DE = "Kommentare"
-cHead EN = "Comments"
-
-cwHead :: BlogLang -> Text
-cwHead DE = "Kommentieren:"
-cwHead EN = "Comment:"
-
-cSingle :: BlogLang -> Text
-cSingle DE = "Kommentar:" --input label
-cSingle EN = "Comment:"
-
-cTimeFormat :: BlogLang -> String --formatTime expects a String
-cTimeFormat DE = "[Am %Y-%m-%d um %H:%M Uhr]"
-cTimeFormat EN = "[On %Y-%m-%d at %H:%M]"
-
-cSend :: BlogLang -> Text
-cSend DE = "Absenden"
-cSend EN = "Submit"
-
-cTextPlaceholder :: BlogLang -> Text
-cTextPlaceholder DE = "Kommentartext hier eingeben :]"
-cTextPlaceholder EN = "Enter your comment here :]"
-
 -- RSS Strings
 rssTitle :: BlogLang -> String
 rssTitle DE = "Tazjins Blog"