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
@ -34,6 +34,7 @@ const LocaleSelect: FC<Props> = (props: Props) => {
|
||||
<Option value="ru">Русский</Option>
|
||||
<Option value="it">Italiano</Option>
|
||||
<Option value="hant">繁體中文</Option>
|
||||
<Option value="tr">Turkish</Option>
|
||||
<Option value="ko">한국어</Option>
|
||||
</Select>
|
||||
);
|
||||
|
Reference in New Issue
Block a user