feat: thema's worden gerefetched van de api als de taal veranderd

This commit is contained in:
Joyelle Ndagijimana 2025-03-20 11:59:42 +01:00
parent 0d1ed55001
commit 9547c76e80
4 changed files with 42 additions and 23 deletions

View file

@ -28,5 +28,8 @@
"upper-secondary": "14-16 jahre alt",
"high-school": "16-18 jahre alt",
"older": "18 und älter"
},
"basics-ai": {
"title": "Grundlegende Prinzipien der AI"
}
}

View file

@ -29,5 +29,9 @@
"high-school": "16-18 years old",
"older": "18 and older"
},
"read-more": "read-more"
"read-more": "read-more",
"basics-ai": {
"title": "Basic principles of AI",
"description": "Under this teaching theme, we combine several activities that cover the basics of artificial intelligence (AI). Students learn what AI is, how it works and how it can be applied in different domains."
}
}