Reinstate some language handling
This commit is contained in:
parent
c60a856388
commit
1342e8fb1d
3 changed files with 13 additions and 13 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue