Compilation Process
- Extract - AST traversal identifies translatable text
- Transform - Text nodes replaced with
wuchaleTrans.t(n)
calls - Catalog - Updates .po files with new/changed messages
- Translate - Optional Gemini AI translation for new messages
- Compile - Generates optimized JavaScript modules
- Bundle - Vite handles HMR in dev, optimized builds for production