feat(frontend): internationalization
This commit is contained in:
parent
2323810b06
commit
498d79de4e
16 changed files with 1092 additions and 167 deletions
5
Foxnouns.Frontend/i18next-parser.config.js
Normal file
5
Foxnouns.Frontend/i18next-parser.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import i18n from "./app/i18n.js";
|
||||
|
||||
export default {
|
||||
locales: i18n.supportedLngs,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue