mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
added initial i18n stuff
This commit is contained in:
parent
c3e6320a13
commit
b113394658
26 changed files with 1318 additions and 127 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "i18n.h"
|
||||
|
||||
|
||||
/*********************************
|
||||
|
@ -544,7 +545,7 @@ show_help( ARGPARSE_OPTS *opts, unsigned flags )
|
|||
indent += 10;
|
||||
puts("Options:");
|
||||
for(i=0; opts[i].short_opt; i++ ) {
|
||||
s = opts[i].description;
|
||||
s = _(opts[i].description);
|
||||
if( s && *s== '\r' ) /* hide this line */
|
||||
continue;
|
||||
if( opts[i].short_opt < 256 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue