locale: improve and fix translations

This commit is contained in:
Herculino Trotta
2024-10-11 11:26:41 -03:00
parent 1f644ba974
commit fe9682aa65
14 changed files with 143 additions and 299 deletions

View File

@@ -1,3 +1,4 @@
{% load i18n %}
{% load toast_bg %}
{% if messages %}
<div class="toast-container position-fixed bottom-0 end-0 p-3">
@@ -12,7 +13,7 @@
<button type="button"
class="btn-close"
data-bs-dismiss="toast"
aria-label="Fechar"></button>
aria-label={% translate 'Close' %}></button>
</div>
<div class="toast-body">{{ message }}</div>
</div>