grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

new function: grub_printfnl


From: Carles Pina i Estany
Subject: new function: grub_printfnl
Date: Sat, 28 Nov 2009 11:14:09 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hello,

Gettextizzing files I have a very common situation:
grub_printf ("Bla bla bla\n");

That I have to change to:
grub_printf (_("Bla bla bla"));
grub_putchar ('\n');

Any problem to apply the attached patch with the export where needed (I
haven't compiled, just written the idea). So I could change:
grub_printf ("Bla bla bla\n");

by:
grub_printfnl (_("Bla bla bla"));

(nl for new line)

Other question: doing this "trivial" change and adding some more _("")
in file means that I have to change the copyright date?

Thanks,

-- 
Carles Pina i Estany
        http://pinux.info

Attachment: grub_printfnl.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]