+
@@ -56,7 +56,7 @@ const ProjectPageContent = () => {
transition={{ duration: 0.5 }}
className="max-w-4xl mx-auto text-center mb-12"
>
-
+
{project.title[language]}
@@ -261,7 +261,7 @@ const ProjectPageContent = () => {
className="gap-2"
>
- {t("project.backToHome") || "Back to Home"}
+ {t("project.backToHome")}
diff --git a/src/utils/translations.ts b/src/utils/translations.ts
index d2b5729..dbae111 100644
--- a/src/utils/translations.ts
+++ b/src/utils/translations.ts
@@ -73,9 +73,21 @@ export const translations = {
information: "Informations",
legalNotice: "Mentions légales",
cookieManagement: "Gestion des cookies",
+ downloadCV: "Télécharger mon CV",
+ cvWorkInProgressTitle: "CV en travaux",
+ cvWorkInProgress: "Mon CV est actuellement en cours de préparation. Il sera bientôt disponible !",
+ understood: "Compris",
+ github: "GitHub",
+ email: "Email",
copyright: "Tous droits réservés.",
builtWith: "Construit avec",
},
+ cookies: {
+ title: "Cookies",
+ description: "Nous utilisons des cookies pour améliorer votre expérience et analyser le trafic.",
+ accept: "Accepter",
+ reject: "Refuser",
+ },
project: {
back: "Retour",
backToHome: "Retour à l'accueil",
@@ -166,9 +178,21 @@ export const translations = {
information: "Information",
legalNotice: "Legal Notice",
cookieManagement: "Cookie Management",
+ downloadCV: "Download my CV",
+ cvWorkInProgressTitle: "CV Work in Progress",
+ cvWorkInProgress: "My CV is currently being prepared. It will be available soon!",
+ understood: "Understood",
+ github: "GitHub",
+ email: "Email",
copyright: "All rights reserved.",
builtWith: "Built with",
},
+ cookies: {
+ title: "Cookies",
+ description: "We use cookies to improve your experience and analyze traffic.",
+ accept: "Accept",
+ reject: "Reject",
+ },
project: {
back: "Back",
backToHome: "Back to Home",