Add zh-CN option in language dropdown

This commit is contained in:
simon987 2022-01-07 17:44:49 -05:00
parent 87936eecd4
commit a96e65d039

View File

@ -133,6 +133,7 @@ export default {
langOptions: [ langOptions: [
{value: "en", text: this.$t("lang.en")}, {value: "en", text: this.$t("lang.en")},
{value: "fr", text: this.$t("lang.fr")}, {value: "fr", text: this.$t("lang.fr")},
{value: "zh-CN", text: this.$t("lang.zh-CN")},
], ],
queryModeOptions: [ queryModeOptions: [
{value: "simple", text: this.$t("queryMode.simple")}, {value: "simple", text: this.$t("queryMode.simple")},