Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@jamesarosen jamesarosen released this 08 Aug 22:29
· 325 commits to master since this release
  • 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 with Ember.FEATURES.I18N_TRANSLATE_HELPER_SPAN = false;