First time here? Check out the FAQ!

Revision history  [back]

format requires a mapping

I have changed the words question/questions to the locale I'm using in askbot settings page and also the po files for the locale. When there is a request to /feeds/question/21/ for example the following exception is thrown from:

askbot-devel/askbot/feed.py in title _('Individual %(question)s feed') % askbot_settings.WORDS_QUESTION_SINGULAR

Django Version: 1.5 Exception Type: TypeError Exception Value:
format requires a mapping Exception Location: /home/user/projects/askbot-devel/askbot/feed.py in title, line 35

Are there some entries that should not be translated in po files ?