gettext: Default Keywords

1 
1 15.5.18.2 Which keywords will xgettext look for?
1 ................................................
1 
1    Unless you instruct ‘xgettext’ otherwise by invoking it with one of
1 the options ‘--keyword’ or ‘-k’, it will recognize the following
1 keywords in your Perl sources:
1 
1    • ‘gettext’
1 
1    • ‘dgettext’
1 
1    • ‘dcgettext’
1 
1    • ‘ngettext:1,2’
1 
1      The first (singular) and the second (plural) argument will be
1      extracted.
1 
1    • ‘dngettext:1,2’
1 
1      The first (singular) and the second (plural) argument will be
1      extracted.
1 
1    • ‘dcngettext:1,2’
1 
1      The first (singular) and the second (plural) argument will be
1      extracted.
1 
1    • ‘gettext_noop’
1 
1    • ‘%gettext’
1 
1      The keys of lookups into the hash ‘%gettext’ will be extracted.
1 
1    • ‘$gettext’
1 
1      The keys of lookups into the hash reference ‘$gettext’ will be
1      extracted.
1