Files
BetterDesk/package.json
T
UNITRONIX 27c082205f fix(i18n): complete web console translations
Complete the web console locale set so all 26 language files share the EN/PL baseline with no missing keys, extra keys, empty values, or English fallback values.

Keep strict i18n audit behavior and disabled auto-fix flow so incomplete translations are surfaced for manual review instead of being filled with English fallback text.

Validated with the strict web-nodejs i18n audit, JSON parsing for all locale files, placeholder preservation checks, and VS Code diagnostics.

This commit was made possible thanks to Insolve.
2026-05-31 18:46:27 +02:00

9 lines
132 B
JSON

{
"scripts": {
"i18n:check": "node web-nodejs/scripts/i18n-check.js"
},
"devDependencies": {
"vitest": "^3.2.4"
}
}