Commit 00ea2772 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/dev-remove-all-lang' into dev

parents 4a5f0d00 72c15387
......@@ -19,8 +19,7 @@ here = R2.here "Gargantext.Components.Lang"
-- Language used for search
allLangs :: Array Lang
allLangs = [ Universal
, No_extraction
allLangs = [ No_extraction
, DE
, EL
, EN
......@@ -50,7 +49,6 @@ derive instance Generic Lang _
derive instance Ord Lang
instance Show Lang where
show Universal = "All"
show No_extraction = "Nothing"
show s = genericShow s
......
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