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.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 9b9002ab24c3..0f539516414c 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable #-}
+{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable, OverloadedStrings #-}
 
 module Locales where
 
@@ -101,6 +101,7 @@ cwHead :: BlogLang -> Text
 cwHead DE = "Kommentieren:"
 cwHead EN = "Comment:"
 
+cSingle :: BlogLang -> Text
 cSingle DE = "Kommentar:" --input label
 cSingle EN = "Comment:"