Skip to content

Commit

Permalink
fix missing category
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 21, 2023
1 parent fa1d749 commit 84c0651
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/i18n/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const {
"check spelling": `Check spelling or widen the search`,
"go back": "Go back",
"show all": "Show all",
"discover the datalab": "Discover the Datalab",
"training courses with R": "R training courses",
"training courses with python": "Python training courses",
"training courses in data science": "Data science training courses",
Expand Down Expand Up @@ -170,7 +171,7 @@ const {
"check spelling": `Vérifiez l'orthographe ou essayez d'élargir votre recherche.`,
"go back": "Retourner à toutes les formations",
"show all": "Afficher tous",
"discover the datalab": "Premiers pas avec le Datalab",
"discover the datalab": "Découverte du Datalab",
"training courses with R": "Parcours de formation à R",
"training courses with python": "Parcours de formation à Python",
"training courses in data science": "Tutoriels de data science",
Expand Down
12 changes: 6 additions & 6 deletions src/lib/educationalResources/educationalResources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const educationalResources: (
},
"authors": ["Inseefrlab"],
"types": ["Tutoriel"],
"tags": ["learn"],
"tags": ["discover", "learn"],
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
Expand All @@ -113,7 +113,7 @@ export const educationalResources: (
},
"authors": ["Inseefrlab"],
"types": ["Tutoriel"],
"tags": ["learn"],
"tags": ["discover", "learn"],
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
Expand All @@ -132,7 +132,7 @@ export const educationalResources: (
},
"authors": ["Inseefrlab"],
"types": ["Tutoriel"],
"tags": ["learn"],
"tags": ["discover", "learn"],
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
Expand All @@ -151,7 +151,7 @@ export const educationalResources: (
},
"authors": ["Inseefrlab"],
"types": ["Tutoriel"],
"tags": ["learn"],
"tags": ["discover", "learn"],
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
Expand All @@ -170,7 +170,7 @@ export const educationalResources: (
},
"authors": ["Inseefrlab"],
"types": ["Tutoriel"],
"tags": ["learn"],
"tags": ["discover", "learn"],
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
Expand All @@ -189,7 +189,7 @@ export const educationalResources: (
},
"authors": ["Inseefrlab"],
"types": ["Tutoriel"],
"tags": ["learn"],
"tags": ["discover", "learn"],
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
Expand Down

0 comments on commit 84c0651

Please sign in to comment.