Opened 4 months ago

Closed 4 months ago

#5718 closed enhancement (fixed)

gettext-0.25

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 4 months ago

Summary: gettext-0.24.1gettext-0.25

Now version 0.25.

comment:2 by Bruce Dubbs, 4 months ago

Version 0.25 - May 2025

# Programming languages support:

  • Go:
    • xgettext now supports Go.
    • 'msgfmt -c' now verifies the syntax of translations of Go format strings.
    • New examples 'hello-go' and 'hello-go-http' have been added.
  • TypeScript:
    • xgettext now supports TypeScript and TSX (= TypeScript with JSX extensions).
  • D:
    • A new library libintl_d.a contains the runtime for using GNU gettext message catalogs in the D programming language.
    • xgettext now supports D.
    • 'msgfmt -c' now verifies the syntax of translations of D format strings.
    • A new example 'hello-d' has been added.
  • Modula-2:
    • A new library libintl_m2.so contains the runtime for using GNU gettext message catalogs in the Modula-2 programming language.
    • xgettext now supports Modula-2.
    • 'msgfmt -c' now verifies the syntax of translations of Modula-2 format strings.
    • A new example 'hello-modula2' has been added.

comment:3 by Bruce Dubbs, 4 months ago

Resolution: fixed
Status: newclosed

Fixed at commit fd6944097.

Note: See TracTickets for help on using tickets.