Browse Source

Merge pull request #616 from wingkwong/feat/i18n

i18n: fix chinese labels in language switcher
pull/618/head
o1lab 3 years ago committed by GitHub
parent
commit
7c7cbff13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      packages/nc-gui/components/utils/language.vue

6
packages/nc-gui/components/utils/language.vue

@ -48,9 +48,9 @@ export default {
ko: '한국인',
nl: 'Nederlandse',
ru: 'Pусский',
zh_CN: '中国人',
zh_HK: 'Zh_HK',
zh_TW: 'Zh_TW',
zh_CN: '大陆简体',
zh_HK: '香港繁體',
zh_TW: '臺灣正體',
sv: 'Svenska',
da: 'Dansk',
vi: 'Tiếng Việt',

Loading…
Cancel
Save