stable

Clone or download

Read-only

Closes request #35815: Make sure locale needed for the internationalization are present

`gettext()` needs to have the locale to work as expected. The issue is more visible than before because EL9 base images tends to only have the en_US locale compiled by default. Change-Id: I7814b98eaf169072aaf0886cc8bbcb05905f23cd

Modified Files

Name
M doc/i18n/back-end.md +0 −4 Go to diff View file
M plugins/tee_container/docker/Dockerfile +0 −2 Go to diff View file
A src/tuleap-cfg/Command/SiteDeploy/Locale/SiteDeployLocaleGeneration.php +48 −0 Go to diff View file
A src/tuleap-cfg/Command/SiteDeploy/Locale/SiteDeployLocaleGenerationCommand.php +50 −0 Go to diff View file
M src/tuleap-cfg/tuleap-cfg.php +1 −0 Go to diff View file
M tools/docker/tuleap-community-edition/Dockerfile +0 −3 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file