Hi,

There is an untranslatable string in binutils-2.24.90.pot at line 6001:

#: readelf.c:5052
msgid "Section %d has invalid sh_entsize of %"
msgstr ""

The corresponding source code line is this one:

5063   error (_("Section %d has invalid sh_entsize of %" BFD_VMA_FMT "x\n"), \
5064          i, section->sh_entsize);       \

Xgettext could not extract the end of the string.

As a consequence, I believe that even if I translated the message it would be 
displayed in English as _() would not find the corresponding msgid at runtime.

Frederic

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to