* guarding showLinks against negative numbers
This commit is contained in:
parent
91d197945f
commit
6220988fc5
2 changed files with 29 additions and 22 deletions
|
|
@ -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:"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue