This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

/!\ Warning:
This page is deprecated and no goals should be added/modified here. Please visit https://gitlab.gnome.org/GNOME/Initiatives for more information. Thanks!

GNOME Goal: Gettext Migration

gettext has seen quite some enhancements in recent years, after Daiki Ueno started maintaining it. It can now extract (and merge back) strings from diverse file formats, including many of the formats that are important for desktop applications. With gettext 0.19.8, there is really no need anymore to use intltool or GLib’s dated gettext glue (AM_GLIB_GNU_GETTEXT and glib-gettextize).

Guidelines

Normally is as simple as:

    AM_GNU_GETTEXT_VERSION([0.19.8])
    AM_GNU_GETTEXT([external])

More details in:

Status of this goal

See https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/104


2024-10-23 11:17