Commit 92e4af15 authored by 罗超's avatar 罗超

修改默认语言为印尼文

parent 6020ac27
......@@ -129,7 +129,7 @@ module.exports = configure(function (ctx) {
// https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-framework
framework: {
config: {},
lang: 'zh-TW',
lang: 'en-US',
// iconSet: 'material-icons', // Quasar icon set
// lang: 'en-US', // Quasar language pack
......
......@@ -22,9 +22,9 @@ declare module 'vue-i18n' {
}
let Language
if (getDomainName()) {
Language = localStorage.getItem('lanuage') ?? 'zhTW'
Language = localStorage.getItem('lanuage') ?? 'inID'
} else {
Language = localStorage.getItem('lanuage') ?? 'zhSW'
Language = localStorage.getItem('lanuage') ?? 'inID'
}
const i18n = createI18n({
locale: Language,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment