Skip to content

Commit

Permalink
add testing libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <[email protected]>
  • Loading branch information
mooxl committed Oct 17, 2024
1 parent cb1bfb5 commit c5f0e83
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions utils/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,13 @@
"sections": [
{
"title": "Programmiersprachen",
"skills": [ "TypeScript", "JavaScript","Golang", "C++", "Python"]
"skills": [
"TypeScript",
"JavaScript",
"Golang",
"C++",
"Python"
]
},
{
"title": "Bibliotheken und Frameworks",
Expand All @@ -133,7 +139,9 @@
"Astro",
"Turborepo",
"Framer Motion",
"Tailwind CSS"
"Tailwind CSS",
"Playwright",
"Vitest"
]
},
{
Expand Down
12 changes: 10 additions & 2 deletions utils/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,13 @@
"sections": [
{
"title": "Programming languages",
"skills": [ "TypeScript", "JavaScript","Golang", "C++", "Python"]
"skills": [
"TypeScript",
"JavaScript",
"Golang",
"C++",
"Python"
]
},
{
"title": "Libraries and Frameworks",
Expand All @@ -133,7 +139,9 @@
"Astro",
"Turborepo",
"Framer Motion",
"Tailwind CSS"
"Tailwind CSS",
"Playwright",
"Vitest"
]
},
{
Expand Down

0 comments on commit c5f0e83

Please sign in to comment.