mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-01-14 15:54:06 +01:00
Update translations key
This commit is contained in:
@@ -45,9 +45,9 @@ projects:
|
||||
title: Projects
|
||||
more: See more projects
|
||||
|
||||
ares: Personal website creating a single point of contact with my customers
|
||||
athena: API connected to services like Spotify providing various information
|
||||
linkyjs: Open-Source URL Shortener for Developers
|
||||
website: Personal website creating a single point of contact with my customers
|
||||
api: API connected to services like Spotify providing various information
|
||||
shortener: Open-Source URL Shortener for Developers
|
||||
slidev: Translation of documentation in French
|
||||
|
||||
stacks:
|
||||
|
||||
@@ -45,9 +45,9 @@ projects:
|
||||
title: Projets
|
||||
more: Voir plus de projets
|
||||
|
||||
ares: Site web personnel créant un unique point de contact avec mes clients
|
||||
athena: API connectée à des services comme Spotify fournissant diverses informations
|
||||
linkyjs: Raccourcisseur d'URL Open-Source pour les développeurs
|
||||
website: Site web personnel créant un unique point de contact avec mes clients
|
||||
api: API connectée à des services comme Spotify fournissant diverses informations
|
||||
shortener: Raccourcisseur d'URL Open-Source pour les développeurs
|
||||
slidev: Traduction de la documentation en Français
|
||||
|
||||
stacks:
|
||||
|
||||
@@ -9,18 +9,18 @@ const { t } = useI18n()
|
||||
<SectionPart>
|
||||
<div class="grid grid-cols-1 sm:grid-cols-2 gap-x-8 gap-y-4 mb-4 h-full auto-rows-fr">
|
||||
<Project
|
||||
title="Ares"
|
||||
description="projects.ares"
|
||||
title="artdanj-website"
|
||||
description="projects.website"
|
||||
url="https://arthurdanjou.fr"
|
||||
/>
|
||||
<Project
|
||||
title="Athena"
|
||||
description="projects.athena"
|
||||
title="artdanj-api"
|
||||
description="projects.api"
|
||||
url="https://api.arthurdanjou.fr"
|
||||
/>
|
||||
<Project
|
||||
title="LinkyJs"
|
||||
description="projects.linkyjs"
|
||||
title="artdanj-shortner"
|
||||
description="projects.shortener"
|
||||
url="https://github.com/linkyjs"
|
||||
/>
|
||||
<Project
|
||||
|
||||
Reference in New Issue
Block a user