{{ text }}
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") }}
-