diff options
author | "Vincent Ambo ext:(%22) <tazjin@me.com> | 2012-03-07T11·59+0100 |
---|---|---|
committer | "Vincent Ambo ext:(%22) <tazjin@me.com> | 2012-03-07T11·59+0100 |
commit | bc25b9d1e05ed7c73dd30ae7df10836c894bd855 (patch) | |
tree | e9cfc4fb05db39145fba5c2cba027a961795b2cd /src/Locales.hs | |
parent | cd3a5f2cb5f73c6aff16a153864d56faca59e30b (diff) |
* one step closer to adding comments
* generic Doc update function * redirect /<commentID> to appropriate full link
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 047beb8aad9b..56bc42d10ba5 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -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>." |