Skip to content

Commit

Permalink
changed default language to english
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 committed Jun 2, 2018
1 parent 7d64628 commit 6bb0c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Vue.use(VueI18n)

// load language packages
const i18n = new VueI18n({
locale: 'zh-CN',
locale: 'en-US',
messages: {
'en-US': require('../../i18n/admin/en-US'),
'zh-CN': require('../../i18n/admin/zh-CN')
Expand Down
2 changes: 1 addition & 1 deletion src/pages/oj/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Vue.use(VueAnalytics, {

// load language packages
const i18n = new VueI18n({
locale: 'zh-CN',
locale: 'en-US',
messages: {
'en-US': require('../../i18n/oj/en-US'),
'zh-CN': require('../../i18n/oj/zh-CN')
Expand Down

0 comments on commit 6bb0c02

Please sign in to comment.