fix: add missing lang texts, feat: add ukrainian lang, add flags

This commit is contained in:
chrilep
2026-04-14 09:39:44 +02:00
parent 6678501501
commit a4f57e7a5c
18 changed files with 3192 additions and 304 deletions
+3
View File
@@ -44,6 +44,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
case 'ru':
messages = (await import('../locales/ru/common.json')).default;
break;
case 'uk':
messages = (await import('../locales/uk/common.json')).default;
break;
case 'zh':
messages = (await import('../locales/zh/common.json')).default;
break;