bigbluebutton_rails
                                
                                 bigbluebutton_rails copied to clipboard
                                
                                    bigbluebutton_rails copied to clipboard
                            
                            
                            
                        Bump i18n from 0.6.11 to 0.9.5
Bumps i18n from 0.6.11 to 0.9.5.
Release notes
Sourced from i18n's releases.
v0.9.5
Thanks
@wjordan!v0.9.4
- Fixed a regression with chained backends introduced in v0.9.3 (#402) - #405 - bug report / #407 - PR to fix
- Optimize Backend::Simple#available_locales - reports are that this is now 4x faster than previously - #406
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
translateanddefault: [false]as an option. #399- Fixed an issue with
translatewithniland empty keys. #400- Fix issue with disabled subtrees and pluralization for KeyValue backend #402
Thank you to
@stereobooster,@fatkodimaand@lulalalafor the patches that went towards this release. We appreciate your efforts!v0.9.1
- Reverted Hash#slice behaviour introduced with #250 - See #390.
- Fixed a regression caused by #387, where translations may have returned a not-helpful error message - See #389
v0.9.0
- Made
Backend::Memoizethreadsafe. See #51 and #352.- Added a middleware
I18n::Middlewarethat should be used to ensure that i18n config is reset correctly between requests. See #381 and #382.v0.8.6
Fixed a small regression introduced in v0.8.5 when using fallbacks - See #378
v0.8.5
- Improved error message for MissingPluralizationKey error - See #371
- Fixed a thread issue when calling translate when fallbacks were enabled - See #369
v0.8.4
Reverted #236 - "Don't allow nil to be submitted as a key to I18n.translate" - See #370
v0.8.3
I18n::Gettext#plural_keyswill now return a hash from Gettext if no arguments are provided - svenfuchs/i18n#122 Fixed a bug where passingfalsetotranslatewould not translate that value - svenfuchs/i18n#367v0.8.2
Do not allow
nilto be passed totranslate- svenfuchs/i18n#236
... (truncated)
Commits
- 416859aBump to 0.9.5
- 5c28de8Lock Rake to 12.2.x versions
- 29fe565Merge pull request #408 from wjordan/enforce_available_locales_false_fix
- 596a71dstore translations for unavailable locales if enforce_available_locales is false
- 888abcbBump to 0.9.4
- ba8b206Merge pull request #407 from fatkodima/fix-key-value-subtrees
- 9ddc9f5Merge pull request #406 from jhawthorn/optimize_available_locales
- 77c26aaFix Chained backend with KeyValue
- 7eb3576Optimize Backend::Simple#available_locales
- 7c6ccf4Bump to 0.9.3
- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- @dependabot use these labelswill set the current labels as the default for future PRs for this repo and language
- @dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language
- @dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language
- @dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.