Locale Management Dev Tool

Locale Management Dev Tool

Code: ~/projects/prototypes/adobis-redesign/localization-helper/ (Vite + vanilla TS/SCSS, no framework). Visual editor for feature-scoped .localize.json files.

🎯 Outcome

A locally-served single-page editor for .localize.json files: file-centric sidebar with missing-key badges, tree-view editor showing locales as side-by-side columns, full key + locale CRUD, and a machine-readable JSON trace of structural edits that a downstream script consumes to auto-rewrite key references in the consuming app's source.

πŸ“‹ Tasks

  • [ ]

🧠 Notes

Architecture extracted into zettels (durable, transferable ideas):

Locale-as-column rendering is an instance of the grid-column projection pattern.