I tried to get gettext() translations going on a Ubuntu 16.04.2 server and while the code was solid, there was one major bit missing – the locale was not available on the server. So if you have the same problem – simply run for each locale you plan to support:
1 |
sudo locale-gen de_DE |
So what does it do? […]