feat: add German i18n item (#686)

This commit is contained in:
Maurice Bauer
2022-12-06 00:42:17 +01:00
committed by GitHub
parent e3ddf93c4d
commit 492a1370ab
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", "sv"}
UserSettingLocaleValue = []string{"en", "zh", "vi", "fr", "sv", "de"}
UserSettingAppearanceValue = []string{"system", "light", "dark"}
UserSettingMemoVisibilityValue = []Visibility{Private, Protected, Public}
UserSettingMemoDisplayTsOptionKeyValue = []string{"created_ts", "updated_ts"}