On Sat, 08 Jul 2023 at 12:48, Michael Paquier <mich...@paquier.xyz> wrote:
> On Fri, Jul 07, 2023 at 07:23:47PM +0800, Japin Li wrote:
>> +                    appendStringInfoString(&errhint, "\"stderr\"");
>> +#ifdef HAVE_SYSLOG
>> +                    appendStringInfoString(&errhint, ", \"syslog\"");
>> +#endif
>> +#ifdef WIN32
>> +                    appendStringInfoString(&errhint, ", \"eventlog\"");
>> +#endif
>> +                    appendStringInfoString(&errhint, ", \"csvlog\", and 
>> \"jsonlog\"");
>
> Hmm.  Is that OK as a translatable string?


Sorry for the late reply!  I'm not sure.  How can I know whether it is 
translatable?

-- 
Regrads,
Japin Li.


Reply via email to