feat: Add German, Spanish, and French translations and update i18n configuration.

This commit is contained in:
2025-12-26 15:29:02 +01:00
parent e44771902c
commit 23b3c5000f
8 changed files with 220 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ i18next
.use(initReactI18next)
.init({
fallbackLng: "en",
supportedLngs: ["en", "pl"],
supportedLngs: ["en", "pl", "es", "de", "fr"],
backend: {
loadPath: "/locales/{{lng}}/{{ns}}.json",
},