feat: add vietnamese (#218)

This commit is contained in:
f97
2022-09-16 20:09:59 +07:00
committed by GitHub
parent 7e8d1128f8
commit 811f3340e9
6 changed files with 138 additions and 2 deletions

View File

@ -30,7 +30,7 @@ func (key UserSettingKey) String() string {
}
var (
UserSettingLocaleValue = []string{"en", "zh"}
UserSettingLocaleValue = []string{"en", "zh", "vi"}
UserSettingMemoVisibilityValue = []Visibility{Privite, Protected, Public}
UserSettingEditorFontStyleValue = []string{"normal", "mono"}
)