Browse Source

fix chinese language iso code

pull/1167/head
Chris 3 years ago
parent
commit
b6b6ca5a3d
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/i18n/index.js

2
frontend/i18n/index.js

@ -9,7 +9,7 @@ export default {
{
name: '中文',
code: 'zh',
iso: 'zh-CA',
iso: 'zh-CN',
file: 'zh'
},
{

Loading…
Cancel
Save