feat: i18n add settings page

This commit is contained in:
Andres 2023-10-17 18:05:02 +02:00
parent 61fd0e7186
commit 48485fc546
11 changed files with 128 additions and 23 deletions

View file

@ -21,12 +21,12 @@ i18n
react: {
useSuspense: false,
},
supportedLngs: ["en", "es", "es-ES"],
supportedLngs: ["en", "es-ES"],
backend: {
loadPath: "/locales/{{lng}}/{{ns}}.json",
},
ns: ["translation"],
defaultNS: "translation",
ns: ["common"],
defaultNS: "common",
});
export default i18n;