[binutils-gdb] Add note to translators not to translate z/Architecture

Nick Clifton nickc@sourceware.org
Thu Jan 18 11:25:53 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0d656dfe5b406289faef7f35fb87fb0a00dd64f3

commit 0d656dfe5b406289faef7f35fb87fb0a00dd64f3
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jan 18 11:25:48 2024 +0000

    Add note to translators not to translate z/Architecture

Diff:
---
 opcodes/s390-dis.c | 1 +
 1 file changed, 1 insertion(+)

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-cvs mailing list