I had Django 1.5.5 translation working correctly in development but when deployed to Heroku strings were not being translated.
Asked
Active
Viewed 270 times
1 Answers
3
The reason was that I had *.mo
in my global .gitignore
and so I added !*.mo
to the local .gitignore
to solve it.

Shahar 'Dawn' Or
- 2,713
- 1
- 26
- 38