Added script to find missing locales in i18n.ts file

This commit is contained in:
Donkie
2025-03-18 20:32:12 +01:00
parent 53d5fdf7e3
commit e538f06483
2 changed files with 58 additions and 1 deletions

View File

@@ -59,7 +59,8 @@
"build": "tsc && refine build",
"build.zip": "cd ./dist && zip -r spoolman-client.zip ./ ./ && cd ..",
"preview": "refine start",
"refine": "refine"
"refine": "refine",
"check-i18n": "node scripts/check-i18n.js"
},
"browserslist": {
"production": [