On 26/01/2026 15:47, [email protected] wrote:
Op 25-01-2026 om 19:30 schreef Pádraig Brady:
Oh... Can you give two examples of commands for which option
descriptions aren't on the next line?
cat, ptx, truncate at least
as the descriptions on those are succinct enough.
For `truncate` it would be just two options that would get wrapped
when they shouldn't be -- that would still be acceptable. But for
`cat` it would be ten and for `ptx` sixteen. :/
Well, the script could check for "src/cat.c" and "src/ptx.c" in
the preceding line and skip the wrapping when the relevant bools
are set. So... please implement the wrapping and I'll implement
the exceptions.
(That is: the wrapping should only happen when options are split,
not for any options that are already single. This will not prevent
all valid translations from becoming fuzzy when msgmerged, but a
good amount.)
Will do.
thanks,
Padraig