From 991c3a8a8a47235818e0637ef3c4f1fbe09af632 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 28 Jan 2025 16:23:21 +0100 Subject: [PATCH] Fix tag translation --- app/pages/portfolio/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/pages/portfolio/index.vue b/app/pages/portfolio/index.vue index c31d26c..39b1bda 100644 --- a/app/pages/portfolio/index.vue +++ b/app/pages/portfolio/index.vue @@ -111,6 +111,17 @@ function updateTag(index: number) { "alert": { "title": "Translations alert!", "description": "Due to time constraints, all article translations will be available only in English. Thank you for your understanding." + }, + "tags": { + "article": "Articles", + "all": "Library", + "project": "Projects", + "r": "R", + "python": "Python", + "data": "Data", + "ai": "AI", + "maths": "Maths", + "web": "Web" } }, "fr": {