Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
00ea2772
Commit
00ea2772
authored
Apr 04, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev-remove-all-lang' into dev
parents
4a5f0d00
72c15387
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Lang.purs
src/Gargantext/Components/Lang.purs
+1
-3
No files found.
src/Gargantext/Components/Lang.purs
View file @
00ea2772
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment