* one step closer to adding comments
* generic Doc update function * redirect /<commentID> to appropriate full link
This commit is contained in:
parent
cd3a5f2cb5
commit
bc25b9d1e0
3 changed files with 46 additions and 3 deletions
|
|
@ -112,6 +112,10 @@ cTimeFormat :: BlogLang -> String --formatTime expects a String
|
|||
cTimeFormat DE = "[Am %d.%m.%y um %H:%M Uhr]"
|
||||
cTimeFormat EN = "[On %D at %H:%M]"
|
||||
|
||||
cSend :: BlogLang -> Text
|
||||
cSend DE = "Absenden"
|
||||
cSend EN = "Submit"
|
||||
|
||||
-- right side text (this is inserted AS IS. Escape HTML!)
|
||||
rightText :: BlogLang -> Text
|
||||
rightText DE = "English version <a href=\"/en\" style=\"color: black;\">available here</a>."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue