forked from open-webui/open-webui
feat: add i18n:parser script to package.json
This commit is contained in:
parent
e8ffb2c023
commit
90513941bc
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
"lint:types": "npm run check",
|
||||
"lint:backend": "pylint backend/",
|
||||
"format": "prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
|
||||
"format:backend": "yapf --recursive backend -p -i"
|
||||
"format:backend": "yapf --recursive backend -p -i",
|
||||
"i18n:parser": "i18next --config i18next-parser.config.ts && prettier --write 'src/lib/i18n/**/*.{js,json}'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^2.0.0",
|
||||
|
|
Loading…
Reference in a new issue