feat(frontend): internationalization
This commit is contained in:
parent
2323810b06
commit
498d79de4e
16 changed files with 1092 additions and 167 deletions
5
Foxnouns.Frontend/app/i18n.ts
Normal file
5
Foxnouns.Frontend/app/i18n.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
supportedLngs: ["en", "en-XX"],
|
||||
fallbackLng: "en",
|
||||
defaultNS: "common",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue