mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Possibility of allowing the usage particular (context using) Gettext methods #189

Open brisingraerowing opened 2 years ago

brisingraerowing commented 2 years ago

I'm working on a project that uses Contextual messages, and am using this library for extensibility. Internally the project uses the Gettext.NET library, which has support for the GetParticular* methods. Having interfaces exposing localizer methods for those would be useful for allowing addins to easily use them.