Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-i18n
From: Takahiro Kambe
Date: 2023-04-27 16:00:15
Message id: 20230427140015.D7477FA87@cvs.NetBSD.org
Log Message:
devel/ruby-i18n: update to 1.13.0
1.11.0 (2022-07-10)
What's Changed
* Consistently return array from bulk lookup, even if translation(s) missing
by @sambostock in #628
* Fix typos by @movermeyer in #631
* Add support for CLDR data in I18n::Backend::Pluralization by @movermeyer
in #630
New Contributors
* @sambostock made their first contribution in #628
1.12.0 (2022-07-13)
What's Changed
* Revert "Add support for CLDR data in I18n::Backend::Pluralization" by
@radar in #633 -- this was causing breaking changes unintentionally.
1.13.0 (2023-04-26)
What's Changed
* Fix symbol resolving with pluralization by @movermeyer in #636
* Updating DEFAULT_APPROXIMATIONS with capitalised German Eszett character
for consistency by @lucapericlp in #627
* Fix load_path example in README.md by @nickcampbell18 in #642
* Add support for meridian indicators on Date objects by @movermeyer in #640
* Make translations loading thread-safe by @mensfeld in #644
* Get closer to full CLDR pluralization support by @movermeyer in #634
* Allow passing scope argument to exists? by @misdoro in #647
* Revert #503 changes for Backend::Base by @movermeyer in #637
* Properly stub constants by @fatkodima in #650
* Optimize I18n.t by @fatkodima in #651
* Return same string object when no interpolations were made by @fatkodima
in #649
New Contributors
* @lucapericlp made their first contribution in #627
* @nickcampbell18 made their first contribution in #642
* @mensfeld made their first contribution in #644
* @misdoro made their first contribution in #647
Files: