convert language files to json format

This commit is contained in:
401Unauthorized
2022-12-27 18:11:53 +08:00
parent 1a9b013fc2
commit ae3a543b3b
38 changed files with 16670 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { createI18n } from "vue-i18n/dist/vue-i18n.esm-browser.prod.js";
import en from "./languages/en";
import en from "./lang/en.json";
const languageList = {
"cs-CZ": "Čeština",