]> sourceware.org Git - systemtap.git/commit
Make xgettext scan for all the NLS macros we use.
authorMartin Cermak <mcermak@redhat.com>
Tue, 26 Jan 2016 14:55:25 +0000 (15:55 +0100)
committerMartin Cermak <mcermak@redhat.com>
Tue, 26 Jan 2016 14:55:25 +0000 (15:55 +0100)
commit9f7523e1f8cedaa1107b1f77ab50822ad33618e2
tree805c486d33b1c5482b0b4d18812114141841f374
parentd8801c4f48e44a37b8b4a20a5cfd5001af3fa94c
Make xgettext scan for all the NLS macros we use.

Before this update, xgettext, which is run as a part of `make update-po`
was only scanning for the '_()' macro (the other one mentioned in there,
'N_()', was not really used in our sources, it's probably some unused
relict). So now we scan for '_()', '_N()', '_F()', and '_NF()' as defined
in util.h.

From now on, the '_N()' and '_NF()' macros are correctly processing the
plural forms too. Relevant documentation is: https://www.gnu.org/softwa-
re/gettext/manual/html_node/xgettext-Invocation.html#Language-specific-options
po/Makevars
This page took 0.025294 seconds and 5 git commands to generate.