Quick first pass at tagging strings for localization
This commit is contained in:
parent
791968ece5
commit
8e5e3a84d6
16 changed files with 456 additions and 102 deletions
|
|
@ -2,8 +2,8 @@
|
|||
{% block content %}
|
||||
|
||||
<div class="block">
|
||||
<h1 class="title">Server Error</h1>
|
||||
<p>Something went wrong! Sorry about that.</p>
|
||||
<h1 class="title">{% trans "Server Error" %}</h1>
|
||||
<p>{% trans "Something went wrong! Sorry about that." %}</p>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue