gadicc / meteor-messageformat

MessageFormat i18n support for Meteor, with reactive templates
54 stars 22 forks source link

[v2] extract: Add Blaze subexpression support in .html regex #180

Closed MartinFournier closed 8 years ago

MartinFournier commented 8 years ago

This allows for subexpressions to be parsed:

{{> afQuickField name='firstName' 
  autocapitalize="words" label-type='placeholder'
  placeholder=(mf 'firstNamePlaceholder' "First name")
}}

It will not work with nested subexpressions, but I don't think they're supported by blaze anyway.

See #154

gadicc commented 8 years ago

Awesome, keep 'em coming :) Thanks!