Commit 78edeb5a by Brian Jacobel

Add translations

parent 205b5380
......@@ -39,10 +39,10 @@ from django.utils.translation import ugettext as _
id="${ subsection['id'] }"
>
<span>${ subsection['display_name'] }</span>
<span class="sr-only">This is your last visited course section.</span>
<span class="sr-only">${ _("This is your last visited course section.") }</span>
% if subsection['current']:
<span class="resume-right">
<b>Resume Course</b>
<b>${ _("Resume Course") }</b>
<span class="icon fa fa-arrow-circle-right" aria-hidden="true"></span>
</span>
%endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment