overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
37 stars 46 forks source link

fix: escape the '%' in gettext #41

Closed ghassanmas closed 1 year ago

ghassanmas commented 1 year ago

Since '%' is a special character in gettext, to use in default message it has be to escaped, otherwise gettext would get the default strings in the templates.

regisb commented 1 year ago

Thanks for the PR!