Skip to content

Commit

Permalink
build: set lang to zh-hans
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Aug 15, 2022
1 parent 89a8b8b commit cd162d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = function (/* ctx */) {
// https://v1.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-framework
framework: {
iconSet: 'material-icons', // Quasar icon set
lang: 'en-us', // Quasar language pack
lang: 'zh-hans', // Quasar language pack
config: {
// dark: 'auto',
notify: {
Expand Down
1 change: 1 addition & 0 deletions src/pages/VnDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import { getDateTime, getTraffic } from 'src/utils/vn_utils'
import VnChat from 'components/VnChart'
import * as Utils from 'src/utils/chart_utils'
// import languages from 'quasar/lang/index.json'
export default {
name: 'VnDashboard',
Expand Down

0 comments on commit cd162d5

Please sign in to comment.