feat: Add German, Spanish, and French translations and update i18n configuration.
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user