From c5f0e83bd36ef99cb75aa16092decae100f03852 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Thu, 17 Oct 2024 19:38:11 +0200 Subject: [PATCH] add testing libraries Signed-off-by: Max Schmidt --- utils/i18n/de.json | 12 ++++++++++-- utils/i18n/en.json | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/utils/i18n/de.json b/utils/i18n/de.json index 9522085..a55c70c 100644 --- a/utils/i18n/de.json +++ b/utils/i18n/de.json @@ -111,7 +111,13 @@ "sections": [ { "title": "Programmiersprachen", - "skills": [ "TypeScript", "JavaScript","Golang", "C++", "Python"] + "skills": [ + "TypeScript", + "JavaScript", + "Golang", + "C++", + "Python" + ] }, { "title": "Bibliotheken und Frameworks", @@ -133,7 +139,9 @@ "Astro", "Turborepo", "Framer Motion", - "Tailwind CSS" + "Tailwind CSS", + "Playwright", + "Vitest" ] }, { diff --git a/utils/i18n/en.json b/utils/i18n/en.json index 42231c2..0c0bfea 100644 --- a/utils/i18n/en.json +++ b/utils/i18n/en.json @@ -111,7 +111,13 @@ "sections": [ { "title": "Programming languages", - "skills": [ "TypeScript", "JavaScript","Golang", "C++", "Python"] + "skills": [ + "TypeScript", + "JavaScript", + "Golang", + "C++", + "Python" + ] }, { "title": "Libraries and Frameworks", @@ -133,7 +139,9 @@ "Astro", "Turborepo", "Framer Motion", - "Tailwind CSS" + "Tailwind CSS", + "Playwright", + "Vitest" ] }, {