feat: WIP: Initial setup for i18next
Showing
| ... | @@ -45,6 +45,9 @@ | ... | @@ -45,6 +45,9 @@ |
| "dayjs": "^1.11.10", | "dayjs": "^1.11.10", | ||
| "file-saver": "^2.0.5", | "file-saver": "^2.0.5", | ||
| "highlight.js": "^11.9.0", | "highlight.js": "^11.9.0", | ||
| "i18next": "^23.10.0", | |||
| "i18next-browser-languagedetector": "^7.2.0", | |||
| "i18next-resources-to-backend": "^1.2.0", | |||
| "idb": "^7.1.1", | "idb": "^7.1.1", | ||
| "js-sha256": "^0.10.1", | "js-sha256": "^0.10.1", | ||
| "katex": "^0.16.9", | "katex": "^0.16.9", | ||
| ... | @@ -53,4 +56,4 @@ | ... | @@ -53,4 +56,4 @@ |
| "tippy.js": "^6.3.7", | "tippy.js": "^6.3.7", | ||
| "uuid": "^9.0.1" | "uuid": "^9.0.1" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
src/lib/i18n/index.ts
0 → 100644
src/lib/i18n/store.ts
0 → 100644
Please register or sign in to comment