about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-05-18T20·50+0200
committerVincent Ambo <vincent@spotify.com>2014-05-18T20·50+0200
commit41bee335c83ba7eb2f56241d41ccdd373c9a1a1a (patch)
tree889f6c2c0d3b6401a592216b0344ee2ac78a91a2 /src/Locales.hs
parenta5481e70e4213595a9c48e0d73178ed9ffb9a073 (diff)
Refactor: Remove leftover comment functionality
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"