Re: gettext: help commands

2009-12-25 Thread Carles Pina i Estany
Hi, On Dec/25/2009, Vladimir '??-coder/phcoder' Serbinenko wrote: > Now 'desclen' is out of sync with message (arf, rushing for Christmas lunch :-) ) Now all cmd->summary and cmd->description in commands/help.c are gettextizzed. I've reviewed lib/arg.c and was fine. Thanks Vladimir, -- Ca

Re: gettext: help commands

2009-12-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Carles Pina i Estany wrote: > Hi, > > On Dec/25/2009, Vladimir '??-coder/phcoder' Serbinenko wrote: > > >>> === modified file 'commands/help.c' >>> --- commands/help.c 2009-06-10 21:04:23 + >>> +++ commands/help.c 2009-12-25 11:34:16 + >>> grub_cmd_help (grub_extcmd_t ext __attribute__ (

Re: gettext: help commands

2009-12-25 Thread Carles Pina i Estany
Hi, On Dec/25/2009, Vladimir '??-coder/phcoder' Serbinenko wrote: > >=== modified file 'commands/help.c' > >--- commands/help.c 2009-06-10 21:04:23 + > >+++ commands/help.c 2009-12-25 11:34:16 + > > grub_cmd_help (grub_extcmd_t ext __attribute__ ((unused)), int argc, > >@@ -48,7 +49,7

Re: gettext: help commands

2009-12-25 Thread Carles Pina i Estany
Hi, On Dec/25/2009, Carles Pina i Estany wrote: > Find attached a patch that gettextizze the output of: The patch that I wanted to send is the attached one. It's the same one but without normal/menu_text.c changed as is not needed (will maybe be in the future). -- Carles Pina i Estany

Re: gettext: help commands

2009-12-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Carles Pina i Estany wrote: > Hello, > > Find attached a patch that gettextizze the output of: > help play > help search > search --help > > So, implements gettext in commands/help.c, lib/arg.c, I also did in > normal/dyncmd.c (for the module not found). > > This is only the basic implementation, w

gettext: help commands

2009-12-25 Thread Carles Pina i Estany
Hello, Find attached a patch that gettextizze the output of: help play help search search --help So, implements gettext in commands/help.c, lib/arg.c, I also did in normal/dyncmd.c (for the module not found). This is only the basic implementation, when this is agreed I will prepare another patc