Skip to content
Snippets Groups Projects
Commit 77d81c61 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

kbase: add i18next-scanner support

parent 921f333f
No related branches found
No related tags found
1 merge request!67Create a new i18next instance for every web component
......@@ -30,7 +30,8 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2"
"rollup-plugin-terser": "^7.0.2",
"i18next-scanner": "^3.0.0"
},
"dependencies": {
"@dbp-toolkit/auth": "^0.2.2",
......@@ -42,6 +43,7 @@
"material-design-icons-svg": "^3.0.0"
},
"scripts": {
"i18next": "i18next-scanner",
"clean": "rm dist/*",
"build": "npm run build-local",
"build-local": "rollup -c",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment