Fix gettext issues on Linux - #2277
Conversation
- Since we have pinvoke bindings to gettext now, this adds some test coverage - Ensure that translations are compiled in the CI builds.
- LANGUAGE is what we should be overriding for overriding the text language, and only do this if the env var isn't already set - Formatting fixes
I'm not sure why this fails in the unit test, but the language setting is picked up properly when running interactively.
|
Works fine. Forgive my curiosity, why
|
|
great, thanks for testing! |
|
I tried
|
|
yep, I think |
Description of Changes
Fixes: #2274
Checklist