feat(i18n): add Slovak translation

This commit is contained in:
Vaso73
2026-08-02 15:58:29 +02:00
parent 7fcbc467df
commit 2a23cc9079
23 changed files with 5807 additions and 48 deletions
+1
View File
@@ -29,6 +29,7 @@ export function LanguageSwitcher() {
const labels: Record<string, string> = {
en: t("en"),
es: t("es"),
sk: t("sk"),
}
return (