Skip to content

tests: Set both environment variable and locale when running tests

Moved from !57 (merged).

Non-glibc gettext implementation seems to decide the language from LC_MESSAGES environment variable instead of LC_MESSAGES locale, so we should set both environment variable and locale when running tests which need translation from specific languages.

This commit also changes de_DE to de_DE.UTF-8 because FreeBSD doesn't has a de_DE locale without encoding suffix.

Merge request reports