diff --git a/packages/i18n/src/translations/en-US.json b/packages/i18n/src/translations/en-US.json
index 67fad59..714d2d4 100644
--- a/packages/i18n/src/translations/en-US.json
+++ b/packages/i18n/src/translations/en-US.json
@@ -90,8 +90,8 @@
},
"interests": {
"title": "Interests & hobbies",
- "fusey": "Fusey (fusey.gg): website I'm developing for the game ARK that tracks the number of players connected to the servers in real time and has over ~5,000 visitors each month, ~100,000 members on Discord, and ~120,000 followers on X/Twitter.",
- "open-source": "Open-Source Contributor: publishing and contributing to npm packages and GitHub repositories, notably with markdownlint-rule-relative-links (around 20,000 downloads per week), contributions to Leon, an open-source personal assistant, among other projects."
+ "fusey": "Fusey (fusey.gg): company I co-founded with two partners. Find creators. Fill your community. A platform to find and book creators to promote a gaming community.",
+ "open-source": "Open-Source Contributor: publishing and contributing to npm packages and GitHub repositories, notably with markdownlint-rule-relative-links (around 20,000 downloads per week) among other projects."
},
"work": {
"ircad": {
@@ -107,6 +107,11 @@
"feature-architecture": "IRCAD Core project architecture in TypeScript Monorepo with Turborepo, automatic deployment (CI/CD) and self-hosted internally with Docker Compose."
}
},
+ "ircad-taiwan": {
+ "duration": "2 months",
+ "position": "Full Stack Web Developer Intern",
+ "summary": "Development of a participants management application and their hotel reservations."
+ },
"numerize": {
"duration": "3 months",
"position": "Full Stack Web Developer Intern",
diff --git a/packages/i18n/src/translations/fr-FR.json b/packages/i18n/src/translations/fr-FR.json
index 25d0bdd..4056b86 100644
--- a/packages/i18n/src/translations/fr-FR.json
+++ b/packages/i18n/src/translations/fr-FR.json
@@ -90,8 +90,8 @@
},
"interests": {
"title": "Intérêts & loisirs",
- "fusey": "Fusey (fusey.gg) : site web que je développe pour le jeu ARK qui permet de suivre en temps réel le nombre de joueurs connectés sur les serveurs et a plus de ~5 000 visiteurs chaque mois, ~100 000 membres sur Discord et ~120 000 followers sur X/Twitter.",
- "open-source": "Contributeur de l'Open-Source : publications et contributions sur npm et GitHub avec notamment markdownlint-rule-relative-links avec ~20 000 téléchargements par semaine, contributions à Leon, un assistant personnel open source, parmis d'autres projets."
+ "fusey": "Fusey (fusey.gg) : entreprise que j'ai cofondée avec deux associés. Trouvez des créateurs. Remplissez votre communauté. Une plateforme pour trouver et réserver des créateurs de contenu afin de promouvoir une communauté gaming.",
+ "open-source": "Contributeur de l'Open-Source : publications et contributions sur npm et GitHub avec notamment markdownlint-rule-relative-links avec ~20 000 téléchargements par semaine parmis d'autres projets."
},
"work": {
"ircad": {
@@ -107,6 +107,11 @@
"feature-architecture": "Architecture du projet IRCAD Core en Monorepo TypeScript avec Turborepo, déploiement automatique (CI/CD) et hébergé en interne avec Docker Compose."
}
},
+ "ircad-taiwan": {
+ "duration": "2 mois",
+ "position": "Stagiaire Développeur Web Full Stack",
+ "summary": "Développement d'une application de gestion des participants et de leurs réservations d'hôtel."
+ },
"numerize": {
"duration": "3 mois",
"position": "Stagiaire Développeur Web Full Stack",
diff --git a/packages/ui/src/CurriculumVitae/CurriculumVitaeInterests.tsx b/packages/ui/src/CurriculumVitae/CurriculumVitaeInterests.tsx
index eefcc8d..8907337 100644
--- a/packages/ui/src/CurriculumVitae/CurriculumVitaeInterests.tsx
+++ b/packages/ui/src/CurriculumVitae/CurriculumVitaeInterests.tsx
@@ -19,13 +19,6 @@ export const CurriculumVitaeInterests: React.FC =
)
},
- "link-leon": (children) => {
- return (
-
- {children}
-
- )
- },
"link-markdownlint": (children) => {
return (
= () => {
}),
],
},
+ {
+ summary: t("curriculum-vitae.work.ircad-taiwan.summary"),
+ website: "https://ircadtaiwan.com.tw",
+ name: "IRCAD Taiwan",
+ location: "Taiwan",
+ position: t("curriculum-vitae.work.ircad-taiwan.position"),
+ dates: "20/07/2026 - 21/09/2026",
+ duration: t("curriculum-vitae.work.ircad-taiwan.duration"),
+ tasks: [],
+ },
{
summary: t("curriculum-vitae.work.numerize.summary"),
website: "https://numerize.com/",