logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

intl:gettext - message handling functions

Author

        Denis Barbier
        barbier@engelschall.com

mp4h modules                                       2018-06-27                                    intl:gettext(3)

Description

       This is an interface to the gettext functions.

Name

       intl:gettext - message handling functions

Synopsis

        <use name="intl:gettext" />
        <mp4h-l10n LC_MESSAGES="fr_FR" />

        <textdomain domain="my_domain" />
        <gettext>here is a message</gettext>

        <gettext domain="other_domain">here is a message</gettext>

        <bindtextdomain domain="my_domain" path="/usr/local/share/locale" />

        <bind_textdomain_codeset domain="my_domain" codeset="ISO-8859-1" />

See Also