diff --git a/cms/templates/export.html b/cms/templates/export.html index 6f2853e77d..b70bf7ae36 100644 --- a/cms/templates/export.html +++ b/cms/templates/export.html @@ -94,7 +94,6 @@ require(["domReady!", "gettext", "js/views/feedback_prompt"], function(doc, gett
${_("You can export courses and edit them outside of Studio. The exported file is a .tar.gz file (that is, a .tar file compressed with GNU Zip) that contains the course structure and content. You can also re-import courses that you've exported.").format(em_start='', em_end="")}
{% trans "[Article Name](wiki:ArticleName)" %}
circuit-schematic:
$LaTeX Math Expression$@@ -34,12 +32,9 @@
-{% comment %}
- Translators: Do not translate "edX" or "Wikipedia"
-{% endcomment %}
-{% trans "http://wikipedia.org" %}
-{% trans "[Wikipedia](http://wikipedia.org)" %}
-{% trans "[edX Wiki](wiki:/edx/)" %}
+http://wikipedia.org
+[Wikipedia](http://wikipedia.org)
+[edX Wiki](wiki:/edx/)
{% trans "Huge Header" %}
@@ -48,8 +43,10 @@
{% trans "Smaller Header" %}
--------------
+{# Translators: Leave the punctuation, but translate "emphasis" #}
{% trans "*emphasis* or _emphasis_" %}
+{# Translators: Leave the punctuation, but translate "strong" #}
{% trans "**strong** or __strong__" %}
- {% trans "Unordered List" %}
diff --git a/lms/templates/wiki/includes/editor_widget.html b/lms/templates/wiki/includes/editor_widget.html
index e306787488..54cef5e36e 100644
--- a/lms/templates/wiki/includes/editor_widget.html
+++ b/lms/templates/wiki/includes/editor_widget.html
@@ -1,10 +1,7 @@
{% load i18n %}
- {% comment %}
- Translators: Do not translate 'cheatsheetLink'
- {% endcomment %}
- {% blocktrans with start_link="" end_link="" %}
- Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help.
- {% endblocktrans %}
+ {% blocktrans with start_link="" end_link="" %}
+ Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help.
+ {% endblocktrans %}