[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28423] gnu: Add imb-openmpi.
From: |
Dave Love |
Subject: |
[bug#28423] gnu: Add imb-openmpi. |
Date: |
Tue, 03 Oct 2017 17:57:25 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Ludovic Courtès <address@hidden> writes:
> You didn’t ask though, did you? ;-)
I thought I had, twice. Oh, well, sorry!
>> of the doc string rules for translation, and why they seem to be
>> different from what gettext say in terms of placeholders in format
>> strings. I think that needs documenting anyhow.
>
> In po/packages/Makevars, we define only two keywords for translatable
> strings: ‘synopsis’ and ‘description’. Thus, xgettext will extract this
> string:
>
> (synopsis "This is translatable")
>
> but it will not extract this:
>
> (synopsis (string-append "This is " "not translatable"))
The question would have been why
(format-string #f ("Package variant ~a is not translatable" x))
when the sprintf equivalent would be, as I understand what the gettext
doc says.