feat: auto add translation keys to json
Uses i18next-parser to automatically extract translation keys from js and svelte files.
Showing
i18next-parser.config.ts
0 → 100644
| ... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
| "eslint": "^8.56.0", | "eslint": "^8.56.0", | ||
| "eslint-config-prettier": "^8.5.0", | "eslint-config-prettier": "^8.5.0", | ||
| "eslint-plugin-svelte": "^2.30.0", | "eslint-plugin-svelte": "^2.30.0", | ||
| "i18next-parser": "^8.13.0", | |||
| "postcss": "^8.4.31", | "postcss": "^8.4.31", | ||
| "prettier": "^2.8.0", | "prettier": "^2.8.0", | ||
| "prettier-plugin-svelte": "^2.10.1", | "prettier-plugin-svelte": "^2.10.1", | ||
| ... | ... |
Please register or sign in to comment