feat(i18n): add Turkish language support and translations (#1886)

## Launch Checklist

<!-- Thanks for the PR! Feel free to add or remove items from the
checklist. -->


 - [x] Briefly describe the changes in this PR.
 - [x] Link to related issues.
- [x] Include before/after visuals or gifs if this PR includes visual
changes.
 - [x] Write tests for all new functionality.
 - [x] Add an entry to `CHANGELOG.md` under the `## main` section.

---------

Co-authored-by: Harel M <harel.mazor@gmail.com>
This commit is contained in:
Cihad GÜNDOĞDU
2026-05-17 10:26:05 +03:00
committed by GitHub
parent 47a42b3e2f
commit 00b20af1d9
4 changed files with 207 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ export const supportedLanguages = {
"it": "Italiano",
"ja": "日本語",
"ko": "한국어",
"tr": "Türkçe",
"zh": "简体中文"
} as const;