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