Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我让 Django 1.5.5 翻译在开发中正常工作,但是当部署到 Heroku 时,字符串没有被翻译。
原因是我*.mo在我的全局中.gitignore,所以我添加!*.mo到本地.gitignore来解决它。
*.mo
.gitignore
!*.mo