From c806318c63113a32247bc088935861ba7eb5522b Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Thu, 28 Nov 2024 03:33:41 -0300 Subject: [PATCH] added localization for lot views --- lot/templates/annotations.html | 10 +++++----- lot/templates/documents.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lot/templates/annotations.html b/lot/templates/annotations.html index 7e6747e..28b4ddf 100644 --- a/lot/templates/annotations.html +++ b/lot/templates/annotations.html @@ -14,18 +14,18 @@ - Add new annotation + {%trans "Add new annotation"%} -
Annotations
+
{% trans "Annotations" %}
- - - + + + diff --git a/lot/templates/documents.html b/lot/templates/documents.html index f8abac9..07ff210 100644 --- a/lot/templates/documents.html +++ b/lot/templates/documents.html @@ -14,18 +14,18 @@ - Add new document + {% trans "Add new document"%} -
Documents
+
{%trans "Documents"%}
KeyValueCreated on{%trans "Key"%}{%trans "Value"%}{%trans "Created on" %}
- - - + + +
KeyValueCreated on{% trans "Key"%}{% trans "Value"%}{%trans " Created on" %}