mirror of
https://github.com/simon987/sist2.git
synced 2025-04-24 04:36:44 +00:00
Add zh-CN option in language dropdown
This commit is contained in:
parent
87936eecd4
commit
a96e65d039
@ -133,6 +133,7 @@ export default {
|
||||
langOptions: [
|
||||
{value: "en", text: this.$t("lang.en")},
|
||||
{value: "fr", text: this.$t("lang.fr")},
|
||||
{value: "zh-CN", text: this.$t("lang.zh-CN")},
|
||||
],
|
||||
queryModeOptions: [
|
||||
{value: "simple", text: this.$t("queryMode.simple")},
|
||||
|
Loading…
x
Reference in New Issue
Block a user