assemble / grunt-assemble-i18n

Assemble middleware for adding i18n support to projects.
24 stars 8 forks source link

Support request: brackets for property access fail #29

Closed ain closed 10 years ago

ain commented 10 years ago

The situation: this['en_US'].key vs this.['en_US'].key vs this.en_US.key. Only the latter one succeeds in template.

Is there really no way to access properties dynamically?

jonschlinkert commented 10 years ago

@ain, going to close since this is a handlebars syntax issue. we're working on getting a better support system together, so we can collaborate more with the community on any types of challenges - in the meantime there is a lot of information on stackoverflow and the handlebars documentation for syntax-related issues.