openpencil/tools
Kayshen-X 2a3a6e96d6 fix(shell-core): convert-locales handles multi-line + double-quoted values
Earlier convert-locales.py was line-based + single-quote-only, missing
~16 keys per locale where:
  - the value spans onto the next line ('long.key.name':\n    'value')
  - the value uses double quotes for English contractions ('topbar.dontSave': "Don't Save")

Switch to a regex.finditer over the whole file with multi-line +
double-quote alternation. All 15 locales now report 706 keys each,
matching the TS source (apps/web/src/i18n/locales/*.ts).

Stop-hook: 'locale import is incomplete'.
2026-05-10 19:04:38 +08:00
..
__pycache__ fix(shell-core): convert-locales handles multi-line + double-quoted values 2026-05-10 19:04:38 +08:00
check-jian-boundaries.sh feat(shell-native): extend widget stack to iOS + Android cargo check 2026-05-10 10:16:36 +08:00
check-wasm-bundle.sh build(step-1b): tools/check-wasm-bundle.sh — local A3 bundle gate 2026-05-09 21:44:00 +08:00
check-widget-boundary.sh build(step-1b): tools/check-widget-boundary.sh — Phase B4 spec §1.4 guard 2026-05-09 21:48:00 +08:00
convert-locales.py fix(shell-core): convert-locales handles multi-line + double-quoted values 2026-05-10 19:04:38 +08:00
fetch-skia-artifact.sh build(step-1b): add tools/fetch-skia-artifact.sh (Variant A release path) 2026-05-09 21:04:00 +08:00