[lang] remove 'Universal' (All) language

This is in accordance with the backend removal performed here:
haskell-gargantext!261
parent 26cb04b3
Pipeline #5867 failed with stage
......@@ -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