feat: localizations
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
"dev:all": "npm run dev && npm run dev:modules",
|
||||
"watch": "vite build --mode development --watch",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"l10n:extract": "node scripts/l10n-extract.mjs",
|
||||
"l10n:check": "node scripts/l10n-extract.mjs --check",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"test": "vitest run --config tests/js/vitest.config.ts",
|
||||
"test:unit": "vitest run --config tests/js/vitest.config.ts",
|
||||
@@ -34,6 +36,7 @@
|
||||
"vee-validate": "^4.15.1",
|
||||
"vite-plugin-vuetify": "^2.1.3",
|
||||
"vue": "^3.5.34",
|
||||
"vue-i18n": "^11.4.6",
|
||||
"vue-router": "^5.0.7",
|
||||
"vue3-perfect-scrollbar": "^2.0.0",
|
||||
"vuetify": "^4.0.7"
|
||||
|
||||
Reference in New Issue
Block a user