Skip to content

Releases: ruby-gettext/gettext

gettext 3.4.9: 2023-10-22

21 Oct 21:46
Compare
Choose a tag to compare

Improvements

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

gettext 3.4.8: 2023-10-22

21 Oct 21:20
Compare
Choose a tag to compare

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

gettext 3.4.7: 2023-08-17

17 Aug 08:02
Compare
Choose a tag to compare

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.

gettext 3.4.6: 2023-07-12

12 Jul 01:24
Compare
Choose a tag to compare

Fixes

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

gettext 3.4.5: 2023-07-12

12 Jul 00:53
Compare
Choose a tag to compare

Improvements

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

gettext 3.4.4: 2023-06-11

10 Jun 21:22
Compare
Choose a tag to compare

Improvements

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