fix(translations): add missing localisations

This commit is contained in:
David Ralph
2026-01-03 18:06:14 +00:00
parent 0b6fb4f3c2
commit c22793b7cf
49 changed files with 22668 additions and 17024 deletions

View File

@@ -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}\"",