Commit graph

3 commits

Author SHA1 Message Date
185d57092b fix: improve export validation to handle destructured exports
- Enhanced validate_exports.js to detect both named exports (export const/function/etc) and destructured exports (export { name1, name2 })
- Fixes validation error that was incorrectly reporting missing exports
- All CI checks now pass successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-03 18:07:52 -04:00
5d584bf8f0 feat: add translation verification to CI pipeline using verify-translations.js 2025-07-03 17:27:06 -04:00
996069a9d9 fix: correct SUPPORTED_LANGUAGES import in translate-modal.js 2025-07-03 17:10:01 -04:00