We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in quiz template result.html is a non translatable string in line 15:
Your answer was
The text was updated successfully, but these errors were encountered:
add translation tag to string (see tomwalker#88)
6504023
Line 15 to 18 should be replaced as follows, as the following "correct,incorrect" inside the tag get's no translation either.
<p>{% trans "Your answer was" %} <strong> {% blocktrans asvar corr_incorr %}correct,incorrect{% endblocktrans %} {{ previous.previous_outcome|yesno:corr_incorr }}
Sorry, something went wrong.
As "Your answer was has a django.po entry, I added only
#: apps/quiz/templates/result.html:17 msgid "correct,incorrect" msgstr "richtig,falsch"
to my po file in the german locale.
No branches or pull requests
in quiz template result.html is a non translatable string in line 15:
Your answer was
The text was updated successfully, but these errors were encountered: