Updaates locale files

This commit is contained in:
Mouse Reeve
2021-03-19 11:58:27 -07:00
parent 5f1bed3d78
commit 90cfff67d6
10 changed files with 2836 additions and 1048 deletions

View File

@ -22,7 +22,7 @@
</div>
</div>
{% if readthrough.progress_mode == 'PG' and book.pages %}
<p class="help">{% blocktrans %}of {{ book.pages }} pages{% endblocktrans %}</p>
<p class="help">{% blocktrans with pages=book.pages %}of {{ pages }} pages{% endblocktrans %}</p>
{% endif %}
</div>
</form>