feat: set up i18n

This commit is contained in:
Sebin Nyshkim 2023-03-25 02:02:20 +01:00
parent c258de84a2
commit 8ea083c6d1
2 changed files with 16 additions and 0 deletions

7
src/lang/index.ts Normal file
View file

@ -0,0 +1,7 @@
import en from "./translations/en.json";
import de from "./translations/de.json";
export default {
en,
de,
};