feat: support i18n
feat: support i18n
Showing
| ... | @@ -23,7 +23,10 @@ | ... | @@ -23,7 +23,10 @@ |
| "react-turnstile": "^1.0.5", | "react-turnstile": "^1.0.5", | ||
| "semantic-ui-offline": "^2.5.0", | "semantic-ui-offline": "^2.5.0", | ||
| "semantic-ui-react": "^2.1.3", | "semantic-ui-react": "^2.1.3", | ||
| "sse": "github:mpetazzoni/sse.js" | "sse": "github:mpetazzoni/sse.js", | ||
| "i18next": "^23.16.8", | |||
| "react-i18next": "^13.0.0", | |||
| "i18next-browser-languagedetector": "^7.2.0" | |||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "dev": "vite", | "dev": "vite", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/src/i18n/i18n.js
0 → 100644
web/src/i18n/locales/en copy.json
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/i18n/locales/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/i18n/locales/zh.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment