A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/ruby-gettext/gettext

https://github.com/ruby-gettext/gettext - gettext 3.5.2: 2026-02-25

Improvements

  • Add more metadata to gemspec.

    • GH-115
    • Patch by Keenan Brock
  • Add support for ERB 6.0.2.

    • GH-118
    • Patch by Karine Vieira

Thanks

  • Keenan Brock
  • Karine Vieira

- Ruby
Published by github-actions[bot] 7 days ago

https://github.com/ruby-gettext/gettext - gettext 3.5.1: 2025-01-27

Improvements

  • rmsginit: Added support for replacing charset.
    • GH-113
    • Patch by Abe Tomoaki

Thanks

  • Abe Tomoaki

- Ruby
Published by github-actions[bot] about 1 year ago

https://github.com/ruby-gettext/gettext - gettext 3.5.0: 2024-12-04

Improvements

  • Suppressed warnings with Ruby 3.4.0.

- Ruby
Published by github-actions[bot] about 1 year ago

https://github.com/ruby-gettext/gettext - gettext 3.4.9: 2023-10-22

Improvements

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

- Ruby
Published by github-actions[bot] over 2 years ago

https://github.com/ruby-gettext/gettext - gettext 3.4.8: 2023-10-22

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

- Ruby
Published by github-actions[bot] over 2 years ago

https://github.com/ruby-gettext/gettext - gettext 3.4.7: 2023-08-17

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.

- Ruby
Published by github-actions[bot] over 2 years ago

https://github.com/ruby-gettext/gettext - gettext 3.4.6: 2023-07-12

Fixes

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

- Ruby
Published by github-actions[bot] over 2 years ago

https://github.com/ruby-gettext/gettext - gettext 3.4.5: 2023-07-12

Improvements

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

- Ruby
Published by github-actions[bot] over 2 years ago

https://github.com/ruby-gettext/gettext - gettext 3.4.4: 2023-06-11

Improvements

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

- Ruby
Published by github-actions[bot] over 2 years ago