feat: add Slovak translation

This commit is contained in:
Peter Gonda
2026-07-04 14:54:07 +02:00
committed by Linus Rath
parent 14c2807f0a
commit e05ab48a45
6 changed files with 3265 additions and 2 deletions
+3
View File
@@ -59,6 +59,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
case 'ru':
messages = (await import('../locales/ru/common.json')).default;
break;
case 'sk':
messages = (await import('../locales/sk/common.json')).default;
break;
case 'tr':
messages = (await import('../locales/tr/common.json')).default;
break;