From cd3a5f2cb5f73c6aff16a153864d56faca59e30b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 6 Mar 2012 23:34:04 +0100 Subject: * links on right side --- src/Locales.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Locales.hs') diff --git a/src/Locales.hs b/src/Locales.hs index 0f539516414c..047beb8aad9b 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -15,6 +15,9 @@ instance Show BlogLang where show EN = "en" show DE = "de" +data BlogError = NotFound | DBError + + version = "2.2b" allLang = [EN, DE] @@ -111,8 +114,8 @@ cTimeFormat EN = "[On %D at %H:%M]" -- right side text (this is inserted AS IS. Escape HTML!) rightText :: BlogLang -> Text -rightText DE = "English version available here" -rightText EN = "Deutsche Version hier verfügbar" +rightText DE = "English version available here." +rightText EN = "Deutsche Version hier verfügbar." -- static information repoURL :: Text = "https://bitbucket.org/tazjin/tazblog-haskell" -- cgit 1.4.1