i18n v1.8.3 Release Notes

Release Date: 2020-06-05 // almost 4 years ago
  • ๐Ÿ’Ž Compare view: v1.8.2...v1.8.3

    ๐Ÿ”‹ Features / Improvements

    • ๐Ÿ’Ž Memory and speed improvements - #527+ #528
    • โž• Add option to disable fallbacks for I18n.exists? check - #482
    • โž• Add an on_fallback hook to allow users to be notified when a fallback happens - #520

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue with deep_merge and chain fallback backends - #499 & #509
    • ๐Ÿ›  Fix an issue with Rails ordinal number proc and keyword splatting - #521
    • ๐ŸŒ Pass options as keyword arguments to translation procs - #529
    • ๐Ÿ›  Fix pluralize on unknown locale with attributes - #519