mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 09:35:39 +00:00
27c082205f
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.
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"scripts": {
|
|
"i18n:check": "node web-nodejs/scripts/i18n-check.js"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|