feat: auto add translation keys to json

Uses i18next-parser to automatically extract translation keys
from js and svelte files.
This commit is contained in:
Ased Mammad
2024-03-07 15:21:37 +03:30
parent f55525c680
commit 08aa60b33e
7 changed files with 1649 additions and 1621 deletions

View File

@@ -27,6 +27,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"i18next-parser": "^8.13.0",
"postcss": "^8.4.31",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",