- You can now assign
I18n.locale&I18n.default_localebefore loadingi18n.jsinapplication.html.*(merged toi18n-js-pikaalready) - 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 (
lllinyyyy-mm-ddThh:mm:ss.lllZ) (fnando#192)
- 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
i18nto be~> 0.6,0.5does not work at all
- Things happened.