mirror of
https://github.com/mue/mue.git
synced 2026-07-28 11:11:08 +02:00
fix(translations): add missing localisations
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev:host": "vite --host",
|
||||
"translations": "cd scripts && node updatetranslations.js",
|
||||
"translations": "cd scripts && node updatetranslations.cjs",
|
||||
"build": "vite build",
|
||||
"pretty": "prettier --write \"./**/*.{js,jsx,json,scss,css}\"",
|
||||
"lint": "eslint \"./src/**/*.{js,jsx}\" && stylelint \"./src/**/*.{scss,css}\"",
|
||||
|
||||
Reference in New Issue
Block a user