Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 07:49
· 114 commits to main since this release
24423f1

Minor Changes

  • #956 ce8c75c Thanks @VAIBHAVSING! - feat: add EJS (Embedded JavaScript) templating engine support

    • Added EJS loader to support parsing and translating EJS template files
    • EJS loader extracts translatable text while preserving EJS tags and expressions
    • Updated spec package to include "ejs" in supported bucket types
    • Added comprehensive test suite covering various EJS scenarios including conditionals, loops, includes, and mixed content
    • Automatically installed EJS dependency (@types/ejs) for TypeScript support

Patch Changes