Add multilanguage support
This commit is contained in:
parent
f8cbcb2908
commit
fc53bb14a0
15 changed files with 489 additions and 92 deletions
2
assets/languages/index.tsx
Normal file
2
assets/languages/index.tsx
Normal file
|
@ -0,0 +1,2 @@
|
|||
export { default as en } from "./en.json";
|
||||
export { default as nl } from "./nl.json";
|
Loading…
Add table
Add a link
Reference in a new issue