Re: GRUB 2.06~rc1 released

2021-03-22 Thread Miguel Ángel Arruga Vivas
Hi, Daniel Kiper writes: > Translators can use http://alpha.gnu.org/pub/gnu/grub/grub-2.06~rc1.pot for > translation. > The pot signature is available at > http://alpha.gnu.org/pub/gnu/grub/grub-2.06~rc1.pot.sig Sorry for the delay to report, but during translation I noticed that two messages

[PATCH 0/1] PRI* translation issues.

2021-04-03 Thread Miguel Ángel Arruga Vivas
ed; I grep'ed the code and they seem to be only used for internal messages. > When I get next version of patch from you I will rebuild and update pot file. Sorry again for the delay, and thank you very much for your support. Happy hacking! Miguel Miguel Ángel Arruga Vivas (1): i18n:

[PATCH 1/1] i18n: Format large integers before the translation message.

2021-04-03 Thread Miguel Ángel Arruga Vivas
GNU gettext only supports C99 macros for integral types, more specific macros should be used to format the number to a string before the internationalization, as explained on the section of gettext's manual "Preparing Strings":

Re: [PATCH 0/1] PRI* translation issues.

2021-04-15 Thread Miguel Ángel Arruga Vivas
Hi, Daniel Kiper writes: [...] > Signed-off-by: Miguel Ángel Arruga Vivas > > I can add this for you before committing the patch. That'd be great, thank you. >> I added a description of the change there too instead of only making >> the reference to the manual,

Re: [PATCH 0/1] PRI* translation issues.

2021-04-15 Thread Miguel Ángel Arruga Vivas
Hi, Mihai Moldovan writes: > * On 4/3/21 3:33 PM, Miguel Ángel Arruga Vivas wrote: >> Daniel Kiper writes: >> I have some doubts regarding this acryonym: >> >>> Could you add your SOB here? >> >> I added a description of the change there too inst