Frequently Asked QuestionsΒΆ
- Q: dbgettext strings are showing up in my
.pofiles, but are not translated when displayed in my browser - A: Make sure you have:
- run
compilemessages - restarted the server
- used
gettextortransto translate the strings in when accessed in your code or templates
- run