diff options
author | Vincent Ambo <tazjin@gmail.com> | 2015-11-20T00·53+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2015-11-20T00·53+0100 |
commit | 1342e8fb1d86c9f1349dff2c587be5b4f67b6b86 (patch) | |
tree | 941a28ef06abdc01e06ad2ff1adfa991fd7249d4 /src/Locales.hs | |
parent | c60a85638820ac94ee7232515fe87d76f54893a7 (diff) |
Reinstate some language handling
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 10cce8389f4b..b326da648f9c 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -5,8 +5,6 @@ import Data.Maybe (fromMaybe) import Data.Text (Text) import qualified Data.Text as T import Network.URI - - import BlogDB (BlogLang (..)) {- to add a language simply define its abbreviation and Show instance then @@ -14,7 +12,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "5.0" +version = "5.0.1" allLang = [EN, DE] |