🌐 Add Turkish support (#16575)

* Add Turkish language in configs

* add Turkish localization file

* Add Turkish readme file and links

* Add Turkish Currency TRY

* Turkish Readme Check Links

* Add new keys localizations

---------

Co-authored-by: Ömer Gürbüz <mhmd.omer.grbz@hotmail.com>
This commit is contained in:
Ömer Gürbüz 2025-12-14 05:38:31 +03:00 committed by GitHub
parent e1e9a0a73b
commit 94dc95be42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 2163 additions and 4 deletions

View file

@ -312,6 +312,7 @@ export abstract class Constants {
pl_PL: "20210808180117-6v0mkxr",
pt_BR: "20210808180117-6v0mkxr",
ru_RU: "20210808180117-6v0mkxr",
tr_TR: "20210808180117-6v0mkxr",
zh_CHT: "20211226090932-5lcq56f",
zh_CN: "20210808180117-czj9bvb",
};

View file

@ -289,6 +289,7 @@ declare namespace Config {
| "pl_PL"
| "pt_BR"
| "ru_RU"
| "tr_TR"
| "zh_CN"
| "zh_CHT";