Dutch locale (#687)

This commit is contained in:
Jasper Platenburg
2022-12-06 01:11:21 +01:00
committed by GitHub
parent 492a1370ab
commit 79bf365d78
6 changed files with 212 additions and 3 deletions

View File

@ -34,7 +34,7 @@ func (key UserSettingKey) String() string {
}
var (
UserSettingLocaleValue = []string{"en", "zh", "vi", "fr", "sv", "de"}
UserSettingLocaleValue = []string{"en", "zh", "vi", "fr", "nl", "sv", "de"}
UserSettingAppearanceValue = []string{"system", "light", "dark"}
UserSettingMemoVisibilityValue = []Visibility{Private, Protected, Public}
UserSettingMemoDisplayTsOptionKeyValue = []string{"created_ts", "updated_ts"}