Commit 18067565 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Langs

parent 8404e5d1
Pipeline #3913 failed with stage
in 30 minutes and 18 seconds
...@@ -41,7 +41,7 @@ import Servant.API ...@@ -41,7 +41,7 @@ import Servant.API
-- | All languages supported -- | All languages supported
-- NOTE: Use international country codes -- NOTE: Use international country codes
-- https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes -- https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
data Lang = EN | FR | DE | IT | PL | ES | CN | All data Lang = EN | FR | DE | IT | PL | PT | ES | EL | CN | UK | RU | ZH | All
deriving (Show, Eq, Ord, Enum, Bounded, Generic, GQLType) deriving (Show, Eq, Ord, Enum, Bounded, Generic, GQLType)
instance ToJSON Lang instance ToJSON Lang
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment