Re: POSIX xgettext example

2022-06-23 Thread Geoff Clare via austin-group-l at The Open Group
Bruno Haible wrote, on 23 Jun 2022:
>
> https://posix.rhansen.org/p/gettext_draft
> Line 1293
> 
> Issue: The list of -K options is incomplete, as they don't handle the
> dgettext_l, dcgettext_l, dngettext_l, dcngettext_l function invocations.
> 
> Suggestion: Add these options:
> -K gettext_l:1 -K dgettext_l:2 -K dcgettext_l:2 -K ngettext_l:1,2 -K 
> dngettext_l:2,3 -K dcngettext_l:2,3
> 

This was deliberate, so as to keep the command to a managable length.
It is noted on line 1295 that "Additional -K options would be needed
for the variants of the functions with an _l suffix if they are used."

-- 
Geoff Clare 
The Open Group, Apex Plaza, Forbury Road, Reading, RG1 1AX, England



POSIX xgettext example

2022-06-23 Thread Bruno Haible via austin-group-l at The Open Group
https://posix.rhansen.org/p/gettext_draft
Line 1293

Issue: The list of -K options is incomplete, as they don't handle the
dgettext_l, dcgettext_l, dngettext_l, dcngettext_l function invocations.

Suggestion: Add these options:
-K gettext_l:1 -K dgettext_l:2 -K dcgettext_l:2 -K ngettext_l:1,2 -K 
dngettext_l:2,3 -K dcngettext_l:2,3