mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add Turkish Translation file (#1202)
* Created tr.json for Turkish Translation * updated file for trLocale * Updated for Turkish Locale * Update i18n.ts * Update i18n.ts * Update package.json * Update package.json * Update i18n.d.ts * Update user_setting.go * Update package.json * Update web/src/components/LocaleSelect.tsx Co-authored-by: boojack <stevenlgtm@gmail.com> * Update package.json * Update LocaleSelect.tsx * Update LocaleSelect.tsx * Update i18n.ts * Update i18n.ts --------- Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1b0629bf0f
commit
e062c9b4a7
@@ -36,7 +36,7 @@ func (key UserSettingKey) String() string {
|
||||
}
|
||||
|
||||
var (
|
||||
UserSettingLocaleValue = []string{"en", "zh", "vi", "fr", "nl", "sv", "de", "es", "uk", "ru", "it", "hant", "ko"}
|
||||
UserSettingLocaleValue = []string{"en", "zh", "vi", "fr", "nl", "sv", "de", "es", "uk", "ru", "it", "hant", "tr", "ko"}
|
||||
UserSettingAppearanceValue = []string{"system", "light", "dark"}
|
||||
UserSettingMemoVisibilityValue = []Visibility{Private, Protected, Public}
|
||||
UserSettingResourceVisibilityValue = []Visibility{Private, Protected, Public}
|
||||
|
Reference in New Issue
Block a user