Internationalization support and format strings

Bruno Haible bruno at clisp.org
Tue Mar 25 09:23:56 UTC 2025


Paul Backus wrote:
>> On the D side, a rudimentary interface to the gettext() 
>> function in the GNU C library exists as well: 
>> https://code.dlang.org/packages/libintl
>
> Have you seen this package?
>
> https://code.dlang.org/packages/gettext

Thanks for the hint. Yes, I have looked at all of these:
https://code.dlang.org/packages/libintl
https://code.dlang.org/packages/gettext
https://code.dlang.org/packages/i18nd
https://code.dlang.org/packages/mofile
https://code.dlang.org/packages/djtext

They all have very small "Download Stats", indicating that their 
actual use in applications is nonexistent or irrelevant.

 From these five packages, the one that comes closest to having a 
usable API, on par with the gettext APIs for other programming 
languages, is https://code.dlang.org/packages/libintl .


More information about the Digitalmars-d mailing list