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
+2
View File
@@ -15,6 +15,7 @@ import nlMessages from '@/locales/nl/common.json';
import plMessages from '@/locales/pl/common.json';
import ptMessages from '@/locales/pt/common.json';
import ruMessages from '@/locales/ru/common.json';
import ukMessages from '@/locales/uk/common.json';
import zhMessages from '@/locales/zh/common.json';
// Pre-loaded translations (loaded at build time, not runtime)
@@ -31,6 +32,7 @@ const ALL_MESSAGES = {
pl: plMessages,
pt: ptMessages,
ru: ruMessages,
uk: ukMessages,
zh: zhMessages,
};