From f9ad7306932ba66a0bc9bea76e5b7a3dd960e8bf Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 12 Jul 2022 19:01:11 +0200 Subject: [PATCH] Update translations key --- locales/en.yml | 6 +++--- locales/fr.yml | 6 +++--- src/components/ProjectSection.vue | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 31fe2ee..29b0cf2 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -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: diff --git a/locales/fr.yml b/locales/fr.yml index 7388f35..a95b4d0 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -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: diff --git a/src/components/ProjectSection.vue b/src/components/ProjectSection.vue index 85c123b..1d08265 100644 --- a/src/components/ProjectSection.vue +++ b/src/components/ProjectSection.vue @@ -9,18 +9,18 @@ const { t } = useI18n()