{{ text }}
From 7f6faaa0b3d01cfd0bd55430893162ada757c5ba Mon Sep 17 00:00:00 2001
From: LJ5O <75009579+LJ5O@users.noreply.github.com>
Date: Tue, 25 Mar 2025 19:52:15 +0100
Subject: [PATCH] Added title on list component
---
src/assets/localization/en/localization.json | 1 +
src/components/skills/factList.vue | 22 ++++++++++++++++----
src/views/SkillsView.vue | 17 +++++++++------
3 files changed, 30 insertions(+), 10 deletions(-)
diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json
index 4a66ba3..804617b 100644
--- a/src/assets/localization/en/localization.json
+++ b/src/assets/localization/en/localization.json
@@ -28,6 +28,7 @@
"subtitle": "As I have worked on various topics, I learned a lot about different technologies. As years and tasks are going by, I always strive to learn more and make a good use of my capacities. Here are some example of fields I already have dealed with :",
"skills":{
"ai":{
+ "title": "Artificial Intelligence",
"desc":"I'm spending a lot of time learning AI"
}
}
diff --git a/src/components/skills/factList.vue b/src/components/skills/factList.vue
index 2a433fb..591cd83 100644
--- a/src/components/skills/factList.vue
+++ b/src/components/skills/factList.vue
@@ -1,7 +1,10 @@
{{ text }} {{ desc }}
-
{{ title }}
+
{{ $t("skills.subtitle") }}
-