- You can now assign
I18n.locale
&I18n.default_locale
before loadingi18n.js
inapplication.html.*
(merged toi18n-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
inyyyy-mm-ddThh:mm:ss.lllZ
) (fnando#192)
I18n::JS.export
no longer exports locales other than those inI18n.available_locales
, ifI18n.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
- Things happened.