This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 05/19] libctf: error handling
- From: Nick Clifton <nickc at redhat dot com>
- To: Nick Alcock <nick dot alcock at oracle dot com>, binutils at sourceware dot org
- Date: Thu, 2 May 2019 17:10:14 +0100
- Subject: Re: [PATCH 05/19] libctf: error handling
- References: <20190430225706.159422-1-nick.alcock@oracle.com> <20190430225706.159422-6-nick.alcock@oracle.com>
Hi Nick,
> +static const char *const _ctf_errlist[] = {
> + "File is not in CTF or ELF format", /* ECTF_FMT */
Have you considered allowing these strings to be translated ?
Cheers
Nick