* version 3.0

* fixed read-more links
This commit is contained in:
Vincent Ambo 2012-03-15 20:16:39 +01:00
parent df9a17b695
commit 579c11cd2a
2 changed files with 13 additions and 7 deletions

View file

@ -13,7 +13,7 @@ import BlogDB (BlogLang (..))
data BlogError = NotFound | DBError
version = "2.2b"
version = "3.0"
allLang = [EN, DE]
@ -73,8 +73,8 @@ nextText DE = "Später"
nextText EN = "Later"
readMore :: BlogLang -> Text
readMore DE = "[Weiterlesen]"
readMore EN = "[Read more]"
readMore DE = "Weiterlesen"
readMore EN = "Read more"
-- contact information
contactText :: BlogLang -> Text