1
0
Fork 0

Updates locales and adds missing trimmed on blocktrans

This commit is contained in:
Mouse Reeve 2024-03-25 16:13:00 -07:00
parent 7192449b21
commit 011e4a27a6
44 changed files with 7567 additions and 2260 deletions

View file

@ -8,7 +8,7 @@
<h1 class="title">{% trans "File too large" %}</h1>
<p class="content">{% trans "The file you are uploading is too large." %}</p>
<p class="content">
{% blocktrans %}
{% blocktrans trimmed %}
You you can try using a smaller file, or ask your BookWyrm server administrator to increase the <code>DATA_UPLOAD_MAX_MEMORY_SIZE</code> setting.
{% endblocktrans %}
</p>