All notable changes to this project will be documented in this file.
- Move from Travis CI to GitHub Actions
- Remove official support for old Rubies (2.3 and 2.4)
- Force
MiniI18n.load_translations
to load files in alphabetical order
- Custom pluralization rules
- Define required Ruby version in
gemspec
- Allow multiple translations by keys and locales
- Allow to customize separator for nested keys
- Localization support for dates, time and numbers
- Pluralization support
- Avoid
MiniI18n.load_translations
to raise an exception when a nil path is passed
- Improves
MiniI18n.available_locales=
method to always wrap arguments into an Array
- Define
homepage
ingemspec
- Add docs!
- Fixes
MiniI18n.default_locale=
method
- First release 🎉