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:
Mehmet Altuğ Akgül
2023-03-02 05:05:15 +03:00
committed by GitHub
parent 1b0629bf0f
commit e062c9b4a7
6 changed files with 267 additions and 271 deletions

View File

@ -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>
);