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

Load i18n dynamically depending on the os and Locale base dir #219

Open mikkeljohnsen opened 9 months ago

mikkeljohnsen commented 9 months ago

Make Mono.Addin load i18n dynamically depending on the OS. For Linux "libc.so" should be used and for Windows "libintl-8.dll" and for macOS "libintl.8.dylib"

Made it possible to set a base locale dir for where the localizer should look. Use MONO_ADDINS_BASE_LOCALE_DIR