In .../askbot/deps/django_authopenid/forms.py, line 296:
error_message = _(
'Please choose password > %(len)s characters'
) % {'len': askbot_const.PASSWORD_MIN_LENGTH}
This should use ungettext(...) and a numeric len in order to allow for proper plural forms.
Update:
This is another point in the code with the same issue:
#: models/__init__.py:334
#, fuzzy, python-format
msgid ""
">%(points)s points required to accept or unaccept your own answer to your "
"own question"
msgstr ""
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-12-23 23:53:05 -0500
Seen: 15 times
Last updated: Dec 24 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.