bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dlang] Internationalisation WIP


From: Akim Demaille
Subject: Re: [Dlang] Internationalisation WIP
Date: Thu, 7 Jan 2021 07:05:16 +0100

Hi Adela,

> Le 6 janv. 2021 à 16:11, Adela Vais <adela.vais99@gmail.com> a écrit :
> 
> Hello,
> 
> I took another look in the C skeleton and only now I see that _ is not 
> handled there. It's the user's task to handle it.

Yes, indeed.

> Bisthromatic has this, for example:
>   #if defined ENABLE_NLS && ENABLE_NLS
>   # define _(Msgid)  gettext (Msgid)
>   #else
>   # define _(Msgid)  (Msgid)
>   #endif


> I am changing the skeleton to remove it.

Perfect.  It works on my machine and passes on the CI.  Installed.

Cheers!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]