I\'m trying to render a template in a different language using i18n. I did everything I could read about, from setting the language code, creating and compiling translation
I had the same issue. I explained it with details in this link under another similar question.
Briefly, my problem has been solved by reloading the server with this code:
sudo /etc/init.d/uwsgi reload
Now, everytime I change the phrases and after compiling language files, I reload the server too to see the changes.