feat(localization): Add Turkish language translation (#751)

Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Duru Can Celasun 2025-07-04 05:50:16 +01:00 committed by GitHub
parent 845095c3f6
commit d0fae02d05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 88 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{
"supportedLanguages": ["en", "fr", "es", "pt-BR", "de"]
"supportedLanguages": ["en", "fr", "es", "pt-BR", "de", "tr"]
}