Commit ab54f9cf by Sarina Canelake

Translate "Powered by Open edX" string

parent ab5da97c
...@@ -65,11 +65,12 @@ ...@@ -65,11 +65,12 @@
<p> <p>
<a href="http://openedx.org/"> <a href="http://openedx.org/">
## standard powered-by logo ## standard powered-by logo
<img src="https://files.edx.org/openedx-logos/openedx-logo-tag.png" alt="Powered by Open edX" width="150" height="50" /> ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<img src="https://files.edx.org/openedx-logos/openedx-logo-tag.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
## greyscale logo for dark background ## greyscale logo for dark background
## <img src="https://files.edx.org/openedx-logos/openedx-logo-tag-light.png" alt="Powered by Open edX" width="150" height="50" /> ## <img src="https://files.edx.org/openedx-logos/openedx-logo-tag-light.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
## greyscale logo for light background ## greyscale logo for light background
## <img src="https://files.edx.org/openedx-logos/openedx-logo-tag-dark.png" alt="Powered by Open edX" width="150" height="50" /> ## <img src="https://files.edx.org/openedx-logos/openedx-logo-tag-dark.png" alt="${_('Powered by Open edX')}" width="150" height="50" />
</a> </a>
</p> </p>
</div> </div>
......
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