Sources Bugzilla – Bug 14812
[patch] gettextize the word FILE in 'iconv --help'
Last modified: 2013-03-20 20:12:07 UTC
Created attachment 6722 [details] gettextize the words NAME and FILE in iconv In the output of 'iconv --help' and 'iconv --usage', the word FILE does not get localized. This is caused by the word not having been gettextized in the source file. (The word NAME does get localized, because it is gettextized elsewhere in the libc sources.) Attached patch fixes this. The patch also improves the description of the -o option -- most descriptions start with a verb, therefore one is tempted to read in "output file" the word "output" as a verb. The patch also fixes some spelling and interpunction errors in some comments that I noticed along the way. The patch is against HEAD.
Created attachment 6772 [details] gettextize some option arguments in iconv and inconvconfig It extends the previous patch by also gettextizing two overlooked option arguments in iconv/iconvconfig.c.
Created attachment 6936 [details] gettextize the option arguments in iconv and inconvconfig This patch improves upon the previous ones by adding a ChangeLog entry and dropping the unessential comment fixes.
Fixed on the trunk.