New German PO file for 'opcodes' (version 2.41.90)
Nick Clifton
nickc@redhat.com
Thu Jan 18 11:25:23 GMT 2024
Hi Roland, Hi Jens,
>> Is there a way to mark or annotate terms within message texts as not to
>> translate?
>
> The developers could insert a /* TRANSLATORS: ... */ comment above the
> line, relying on the translators to see this message. This often works.
I am going to apply the patch below to the mainline sources...
Cheers
Nick
diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c
index 3c21f9b3915..0db4158262f 100644
--- a/opcodes/s390-dis.c
+++ b/opcodes/s390-dis.c
@@ -42,6 +42,7 @@ typedef struct
static const s390_options_t options[] =
{
{ "esa" , N_("Disassemble in ESA architecture mode") },
+ /* TRANSLATORS: Please do not translate 'z/Architecture' as this is a technical name. */
{ "zarch", N_("Disassemble in z/Architecture mode") },
{ "insnlength", N_("Print unknown instructions according to "
"length from first two bits") },
More information about the Binutils
mailing list