v0.9.3
(For those wondering where v0.9.2 went: I got busy after I pushed the commit for the release, so there was no gem release that day. I am not busy today, so here is v0.9.3 in its stead. This changelog contains changes from v0.9.1 -> v0.9.3)
- I18n no longer stores translations for unavailable locales. #391.
- Added the ability to interpolate with arrays #395.
- Documentation for lambda has been corrected. #396
- I18n will use oj -- a faster JSON library -- but only if it is available. #398
- Fixed an issue with
translate
anddefault: [false]
as an option. #399 - Fixed an issue with
translate
withnil
and empty keys. #400 - Fix issue with disabled subtrees and pluralization for KeyValue backend #402
Thank you to @stereobooster, @fatkodima and @lulalala for the patches that went towards this release. We appreciate your efforts!