mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add swedish/svenska translation (#668)
Add swedish / svenska translation
This commit is contained in:
committed by
GitHub
parent
d1007950e0
commit
53cf6ebb79
@ -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"}
|
||||
|
Reference in New Issue
Block a user