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 -1
View File
@@ -19,7 +19,7 @@ import { defineRouting } from "next-intl/routing"
* `CONTRIBUTING-TRANSLATIONS.md`.
*/
export const routing = defineRouting({
locales: ["en", "es"],
locales: ["en", "es", "sk"],
defaultLocale: "en",
localePrefix: "always",
})