This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
v2.1.0
- Use
Ember.uuid
to generate unique IDs - Add a Handlebars-less compiler; enable with
Ember.ENV.I18N_COMPILE_WITHOUT_HANDLEBARS = true;
{{t}}
helper uses Metamorph tags.{{t}}
helper: allow turning off the default<span>
tag; enable withEmber.FEATURES.I18N_TRANSLATE_HELPER_SPAN = false;