Skip to content

Update gettext 3.4.3 → 3.5.1 (minor)#493

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/gettext-3.5.1
Closed

Update gettext 3.4.3 → 3.5.1 (minor)#493
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/gettext-3.5.1

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Jan 28, 2025

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ gettext (3.4.3 → 3.5.1) · Repo · Changelog

Release Notes

3.5.1

Improvements

  • rmsginit: Added support for replacing charset.

Thanks

  • Abe Tomoaki

3.5.0

Improvements

  • Suppressed warnings with Ruby 3.4.0.

3.4.9

Improvements

  • rmsgcat, rmsgmerge, rxgettext: Added
    --use-one-line-per-reference option.

3.4.8

Fixes

  • doc: Fixed a wrong description for interpolation.

    • GH-102
    • Patch by Ilmari Karonen
  • po: Fixed a parser bug that flags aren't parsed correctly. If a
    normal comment has "fuzzy", the entry is also treated as a fuzzy
    entry.

  • po: Fixed an output bug that flags aren't formatted correctly.

    • GH-105
    • Patch by Yoshikazu Nojima

Thanks

  • Ilmari Karonen

  • Yoshikazu Nojima

3.4.7

Fixes

  • po: Fixed a parser bug that it may add a fuzzy flag to non-fuzzy
    entry with ignore_fuzzy: true.

    Example PO:

    #, fuzzy
    #: file.rb:10
    msgid "hello"
    msgstr "bonjour"
    

    msgid "non-fuzzy"
    msgstr "non-fuzzy string"

    hello entry is ignored because ignore_fuzzy is true. The
    fuzzy flag in the hello entry is added to non-fuzzy entry.

3.4.6

Fixes

  • po: Fixed a bug that parsed msgid/msgstr/msgctxt in .po
    may be too much unescaped.

3.4.5

Improvements

  • po: Added support for escaping \r in msgid/msgstr.

3.4.4

Improvements

  • Added racc to runtime dependencies because Ruby 3.3 doesn't
    include racc/parser.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 43 commits:

↗️ erubi (indirect, 1.12.0 → 1.13.1) · Repo · Changelog

Release Notes

1.13.1 (from changelog)

* Avoid spurious frozen string literal warnings for chilled strings when using Ruby 3.4 (jeremyevans)

1.13.0 (from changelog)

* Define Erubi.h as a module function (jeremyevans)
  • Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags (jeremyevans)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 15 commits:

↗️ forwardable (indirect, 1.3.2 → 1.3.3) · Repo

Release Notes

1.3.3

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ locale (indirect, 2.1.3 → 2.1.4) · Repo · Changelog

Release Notes

2.1.4

Fixes

  • Locale::Middleware: Fixed a bug that lang cookie and
    Accept-Language/Accept-Charset HTTP headers never used.

Thanks

  • OZAWA Sakuro

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 23 commits:

↗️ prime (indirect, 0.1.2 → 0.1.3) · Repo

Release Notes

0.1.3

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 40 commits:

↗️ singleton (indirect, 0.1.1 → 0.3.0) · Repo

Release Notes

0.3.0

What's Changed

  • Tweak GitHub Actions by @hsbt in #12
  • Create RactorLocalSingleton by @rm155 in #4
  • Fixed double assignment by @hsbt in #13
  • Add TruffleRuby and JRuby to CI by @eregon in #14

New Contributors

Full Changelog: v0.2.0...v0.3.0

0.2.0

What's Changed

  • Added dependabot.yml for actions by @hsbt in #5
  • simplify by @dpep in #7
  • simplify retry by @dpep in #9
  • ruby version testing by @dpep in #8
  • Use reusing workflow for all tested versions by @hsbt in #10

New Contributors

  • @dpep made their first contribution in #7

Full Changelog: v0.1.1...v0.2.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 36 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Jan 28, 2025
@depfu
Copy link
Contributor Author

depfu bot commented Feb 26, 2026

Closed in favor of #509.

@depfu depfu bot closed this Feb 26, 2026
@depfu depfu bot deleted the depfu/update/gettext-3.5.1 branch February 26, 2026 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants