package gettext-stub
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=8b672c7c521b8ac753c6a90925243cdd367dd5202e7c1e5d1a2507b11ad5d6a7
sha512=72bad53ce15ccc5113e4cfdc76b56c633926bb3702623964e006a99d21a758e7d47f0b9b67bebffe8b9a0c5f4d018cb7d4ae665568dfab52070ed355d5f9d31b
doc/gettext-stub/GettextStubCompat/index.html
Module GettextStubCompatSource
Low level interface to gettext C library.
Look up MSGID in the current default message catalog for the current * LC_MESSAGES locale. If not found, returns MSGID itself (the default text).
Look up MSGID in the DOMAINNAME message catalog for the current LC_MESSAGES * locale.
Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY * locale.
Similar to `gettext' but select the plural form corresponding to the number * N.
Similar to `dgettext' but select the plural form corresponding to the number * N.
Similar to `dcgettext' but select the plural form corresponding to the * number N.
Set the current default message catalog to DOMAINNAME.If DOMAINNAME is "", * reset to the default of "messages".
Get the current default message catalog to DOMAINNAME.
Specify that the DOMAINNAME message catalog will be foundin DIRNAME rather * than in the system locale data base.
Specify the character encoding in which the messages from theDOMAINNAME * message catalog will be returned.