Re: [Dlang] Internationalisation WIP
Akim Demaille <[email protected]> Thu, 7 Jan 2021 07:05:16 +0100
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <[email protected]> |
Hi Adela, > Le 6 janv. 2021 à 16:11, Adela Vais <[email protected]> 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!