源文件

This commit is contained in:
gyq
2025-04-25 09:49:53 +08:00
commit 791d82b9e3
640 changed files with 130029 additions and 0 deletions

1935
locale/en.json Normal file

File diff suppressed because it is too large Load Diff

18
locale/index.js Normal file
View File

@@ -0,0 +1,18 @@
import VueI18n from 'vue-i18n';
import Vue from 'vue';
import zh from './zh.json';
import en from './en.json';
let i18nConfig = {
locale: uni.getLocale(),
silentTranslationWarn: true,
messages: {
"zh": zh,
"en": en
}
}
Vue.use(VueI18n)
const i18n = new VueI18n(i18nConfig)
Vue.prototype._i18n = i18n
export default i18n

1917
locale/zh.json Normal file

File diff suppressed because it is too large Load Diff