Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.09 KB

unreleased

enhancements

  • You can now assign I18n.locale & I18n.default_locale before loading i18n.js in application.html.* (merged to i18n-js-pika already)
  • Add support for +00:00 style time zone designator (fnando#167)
  • Add back rake task for export (rake i18n:js:export)
  • Not overriding translation when manually run I18n::JS.export (fnando#171)
  • Move missing placeholder text generation into its own function (for easier debugging) (fnando#169)
  • Add support for milliseconds (lll in yyyy-mm-ddThh:mm:ss.lllZ) (fnando#192)

bug fixes

  • I18n::JS.export no longer exports locales other than those in I18n.available_locales, if I18n.available_locales is set
  • I18.t supports the base scope through the options argument
  • I18.t accepts an array as the scope
  • Fix regression: asset not being reloaded in development when translation changed
  • Requires i18n to be ~> 0.6, 0.5 does not work at all

Before 3.0.0.rc5

  • Things happened.