feat(i18n): add Turkish localization

This commit is contained in:
Abdullah
2026-05-01 01:16:30 +02:00
committed by Linus Rath
parent 1c3003421e
commit 7dc5984359
7 changed files with 2789 additions and 4 deletions
+3
View File
@@ -47,6 +47,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
case 'ru':
messages = (await import('../locales/ru/common.json')).default;
break;
case 'tr':
messages = (await import('../locales/tr/common.json')).default;
break;
case 'uk':
messages = (await import('../locales/uk/common.json')).default;
break;