Add multilanguage support

This commit is contained in:
Maarten 2024-08-12 16:48:41 +02:00
parent f8cbcb2908
commit fc53bb14a0
15 changed files with 489 additions and 92 deletions

View file

@ -0,0 +1,2 @@
export { default as en } from "./en.json";
export { default as nl } from "./nl.json";