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

knowledge-base-web-page-element-view: port to i18next-parser

parent 67b5808b
No related branches found
No related tags found
No related merge requests found
module.exports = {
createOldCatalogs: false,
indentation: 4,
keepRemoved: false,
locales: ['en', 'de'],
output: 'src/i18n/$LOCALE/$NAMESPACE.json',
input: ['src/**/*.js'],
sort: true,
i18nextOptions: {compatibilityJSON: 'v3'},
};
......@@ -21,7 +21,7 @@
"@rollup/plugin-url": "^6.0.0",
"eslint": "^8.0.0",
"eslint-plugin-jsdoc": "^38.0.0",
"i18next-scanner": "^3.0.0",
"i18next-parser": "^6.3.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^2.1.0",
......@@ -44,7 +44,7 @@
"material-design-icons-svg": "^3.0.0"
},
"scripts": {
"i18next": "i18next-scanner",
"i18next": "i18next",
"format": "yarn run format:eslint && yarn run format:prettier",
"format:eslint": "eslint \"**/*.{js,ts}\" --fix",
"format:prettier": "prettier \"**/*.{js,json,ts}\" --write",
......
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