mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 05:21:40 -07:00
feat: i18n add settings page
This commit is contained in:
parent
61fd0e7186
commit
48485fc546
11 changed files with 128 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue