feat: set up i18n
This commit is contained in:
parent
c258de84a2
commit
8ea083c6d1
2 changed files with 16 additions and 0 deletions
7
src/lang/index.ts
Normal file
7
src/lang/index.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import en from "./translations/en.json";
|
||||
import de from "./translations/de.json";
|
||||
|
||||
export default {
|
||||
en,
|
||||
de,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue