Preserve existing translation
This commit is contained in:
parent
ff6933fa4c
commit
e5fce8a50c
@ -81,8 +81,11 @@
|
||||
</div>
|
||||
{% block mediagoblin_footer %}
|
||||
<footer>
|
||||
{% trans -%}
|
||||
Powered by <a href="http://mediagoblin.org">MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project.
|
||||
{%- endtrans %}
|
||||
<br />
|
||||
{% trans source_link=app_config['source_link'] -%}
|
||||
Powered by <a href="http://mediagoblin.org">MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project.<br />
|
||||
Released under the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPL</a>. (<a href="{{ source_link }}">sourcecode</a>)
|
||||
{%- endtrans %}
|
||||
</footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user