mono / mono.posix

POSIX/Unix interface for Mono, .NET and .NET Core. Provides functionality for managed code to access POSIX/Unix features not accessible via the BCL. This repository supersedes the older code in https://github.com/mono/mono
MIT License
40 stars 9 forks source link

Missing Windows (or split out Gettext?) #19

Open decriptor opened 2 years ago

decriptor commented 2 years ago

Most of what's in here is probably useless on Windows, however, anyone that uses Gettext relies on this library for translation support.

Maybe it is better to move translation stuff over to resx?