feat(i18n): add turkish(tr) localization support

This commit is contained in:
Eray Dereağzı
2024-11-28 13:38:40 +03:00
parent 37fa139a65
commit 7469c30992
6 changed files with 50 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ const SUPPORTED_LOCALES = [
"pl",
"ru",
"de",
"tr",
"zh-Hant",
"zh-Hans",
] as const;