Changelog for
ruby3.3-rubygem-i18n-1.14.5-1.1.x86_64.rpm :
* Fri Jun 21 2024 Dan Čermák
- 1.14.5: [#]# What\'s Changed
* Explicitly bundle racc gem for Ruby 3.3+ by AATTamatsuda in https://github.com/ruby-i18n/i18n/pull/690
* Optimize I18n::Locale::Fallbacks#[] for recursive locale mappings by AATTuiur in https://github.com/ruby-i18n/i18n/pull/692
* Add I18n.interpolation_keys by AATTtom-lord in https://github.com/ruby-i18n/i18n/pull/682
* Fix syntax in documentation for I18n::Backend::Base.interpolate by AATTtom-lord in https://github.com/ruby-i18n/i18n/pull/691
* Fix that escaped interpolations with reserved keywords raised ReservedInterpolationKey by AATTBilka2 in https://github.com/ruby-i18n/i18n/pull/688 [#]# New Contributors
* AATTuiur made their first contribution in https://github.com/ruby-i18n/i18n/pull/692
* AATTtom-lord made their first contribution in https://github.com/ruby-i18n/i18n/pull/682
* AATTBilka2 made their first contribution in https://github.com/ruby-i18n/i18n/pull/688
*
*Full Changelog
*
*: https://github.com/ruby-i18n/i18n/compare/v1.14.4...v1.14.5 1.14.4: [#]# What\'s Changed Note: the `racc` dependency will be coming back in Version 2.
* undo strict racc dependency on this branch by AATTradar in https://github.com/ruby-i18n/i18n/pull/687
*
*Full Changelog
*
*: https://github.com/ruby-i18n/i18n/compare/v1.14.3...v1.14.4 1.14.3: [#]# What\'s Changed
* Pass options to along to exists? super calls by AATTradar in https://github.com/ruby-i18n/i18n/pull/671
* Improve TOKENIZER by 23% by AATTkbrock in https://github.com/ruby-i18n/i18n/pull/668
* Regex part deux - INTERPOLATION_SYNTAX by AATTkbrock in https://github.com/ruby-i18n/i18n/pull/669
* Raise when translated entry contains interpolations for reserved keywords and no substitutions provided by AATTfatkodima in https://github.com/ruby-i18n/i18n/pull/678
* Implement `Fallbacks#inspect` and `Fallbacks#empty?` by AATTfatkodima in https://github.com/ruby-i18n/i18n/pull/683 [#]# Upkeep
* Update `mocha` gem by AATTfatkodima in https://github.com/ruby-i18n/i18n/pull/677
* Update workflows by AATTyykamei in https://github.com/ruby-i18n/i18n/pull/684 [#]# New Contributors
* AATTkbrock made their first contribution in https://github.com/ruby-i18n/i18n/pull/668
*
*Full Changelog
*
*: https://github.com/ruby-i18n/i18n/compare/v1.14.1...v1.14.3
* Sat Nov 04 2023 Marcus Rueckert - disable docs
* Sat Nov 04 2023 Marcus Rueckert - cleanup ruby version restrictions
* Fri Nov 03 2023 Dan Čermák - 1.14.1: [#]# Included in this release
* Simplify the \"Translation missing\" message when default is an empty Array by AATTamatsuda in https://github.com/ruby-i18n/i18n/pull/662 [#]# Maintenance stuff
* Skip CIing on jruby against Rails 5.2 by AATTamatsuda in https://github.com/ruby-i18n/i18n/pull/664
* A fix for failing CI against edge Rails by AATTamatsuda in https://github.com/ruby-i18n/i18n/pull/663
* Add documentation hint for fallback values by AATTmark-a in https://github.com/ruby-i18n/i18n/pull/659
* CI against Ruby 3.2 by AATTamatsuda in https://github.com/ruby-i18n/i18n/pull/665
* Fix build warnings in the CI by using actions/checkoutAATTv3 by AATTamatsuda in https://github.com/ruby-i18n/i18n/pull/666 Thanks to AATTamatsuda for these PRs! [#]# New Contributors
* AATTmark-a made their first contribution in https://github.com/ruby-i18n/i18n/pull/659
*
*Full Changelog
*
*: https://github.com/ruby-i18n/i18n/compare/v1.14.0...v1.14.1 1.14.0: [#]# What\'s Changed
* fix LazyLoadable#available_locales duplicating locales by AATTccutrer in https://github.com/ruby-i18n/i18n/pull/655
* Add more helpful translation error when :default option is provided. by AATTNerian in https://github.com/ruby-i18n/i18n/pull/654
* Fix I18n::Locale::Fallbacks not initializing itself on Ruby 3 by AATTyheuhtozr in https://github.com/ruby-i18n/i18n/pull/653
* Fix I18n.t when locale contains separator by AATTtubaxenor in https://github.com/ruby-i18n/i18n/pull/656
*
*
*This reverts a change from #651, that was released in v1.13.0
*
* [#]# New Contributors
* AATTccutrer made their first contribution in https://github.com/ruby-i18n/i18n/pull/655
* AATTNerian made their first contribution in https://github.com/ruby-i18n/i18n/pull/654
* AATTyheuhtozr made their first contribution in https://github.com/ruby-i18n/i18n/pull/653
* AATTtubaxenor made their first contribution in https://github.com/ruby-i18n/i18n/pull/656
*
*Full Changelog
*
*: https://github.com/ruby-i18n/i18n/compare/v1.13.0...v1.14.0 1.13.0: [#]# What\'s Changed
* Fix symbol resolving with pluralization by AATTmovermeyer in https://github.com/ruby-i18n/i18n/pull/636
* Updating DEFAULT_APPROXIMATIONS with capitalised German Eszett character for consistency by AATTlucapericlp in https://github.com/ruby-i18n/i18n/pull/627
* Fix load_path example in README.md by AATTnickcampbell18 in https://github.com/ruby-i18n/i18n/pull/642
* Add support for meridian indicators on `Date` objects by AATTmovermeyer in https://github.com/ruby-i18n/i18n/pull/640
* Make translations loading thread-safe by AATTmensfeld in https://github.com/ruby-i18n/i18n/pull/644
* Get closer to full CLDR pluralization support by AATTmovermeyer in https://github.com/ruby-i18n/i18n/pull/634
* Allow passing scope argument to exists? by AATTmisdoro in https://github.com/ruby-i18n/i18n/pull/647
* Revert #503 changes for `Backend::Base` by AATTmovermeyer in https://github.com/ruby-i18n/i18n/pull/637
* Properly stub constants by AATTfatkodima in https://github.com/ruby-i18n/i18n/pull/650
* Optimize `I18n.t` by AATTfatkodima in https://github.com/ruby-i18n/i18n/pull/651
* Return same string object when no interpolations were made by AATTfatkodima in https://github.com/ruby-i18n/i18n/pull/649 [#]# New Contributors
* AATTlucapericlp made their first contribution in https://github.com/ruby-i18n/i18n/pull/627
* AATTnickcampbell18 made their first contribution in https://github.com/ruby-i18n/i18n/pull/642
* AATTmensfeld made their first contribution in https://github.com/ruby-i18n/i18n/pull/644
* AATTmisdoro made their first contribution in https://github.com/ruby-i18n/i18n/pull/647
*
*Full Changelog
*
*: https://github.com/ruby-i18n/i18n/compare/v1.12.0...v1.13.0
* Thu Aug 04 2022 Stephan Kulow updated to version 1.12.0 no changelog found
* Thu Mar 03 2022 Stephan Kulow updated to version 1.10.0 no changelog found
* Tue Dec 21 2021 Marcus Rueckert - update to 1.8.11 - Fix typo in documentation by AATTrkh in #565 - Improve available locale check in Simple backend by AATTcodealchemy in #566 - Fix typo in Simple backend JSON test by AATTcodealchemy in #572 - Fix a build error when using Psych 4.0 by AATTkoic in #569
* Tue Apr 20 2021 Manuel Schnitzer - updated to version 1.8.10
* Fix string locale will trigger on_fallback hook - #562
* Mon Feb 15 2021 Manuel Schnitzer - updated to version 1.8.9
* Rely on Ruby 3\'s native Hash#except method -- #557
* Sat Feb 06 2021 Manuel Schnitzer - updated to version 1.8.8
* Fixed threadsafety issues in Simple backend: #554
* Re-attempt to fix threadsafety of fallbacks: #548
* Use OpenSSL::Digest instead of usual Digest libraries: #549
* Goodbye, post-install message #552
* Use Rails\' main branch, instead of master #553
* Wed Jan 20 2021 Manuel Schnitzer - updated to version 1.8.7
* Fixed a regression with fallback logic: see issues #547, #546 and #542.