feat: add swedish/svenska translation (#668)

Add swedish / svenska translation
This commit is contained in:
Andreas Backström
2022-12-03 14:38:25 +01:00
committed by GitHub
parent d1007950e0
commit 53cf6ebb79
6 changed files with 224 additions and 2 deletions

View File

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