From 7eff0ad8182e200237862ed83828aba86ef47a97 Mon Sep 17 00:00:00 2001 From: int-y1 Date: Tue, 14 Jan 2025 01:48:42 -0500 Subject: [PATCH] Standardize i18n for martor --- martor/templates/martor/editor.html | 8 ++--- martor/templates/martor/guide.html | 12 +++---- martor/templates/martor/toolbar.html | 48 ++++++++++++++-------------- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/martor/templates/martor/editor.html b/martor/templates/martor/editor.html index 30eef0b7de..a7b27168f5 100644 --- a/martor/templates/martor/editor.html +++ b/martor/templates/martor/editor.html @@ -2,20 +2,20 @@
{{ martor }}
-

{% trans "Nothing to preview" %}

+

{{ _('Nothing to preview') }}

diff --git a/martor/templates/martor/guide.html b/martor/templates/martor/guide.html index a5ab78bf0e..4a2bc2f80c 100644 --- a/martor/templates/martor/guide.html +++ b/martor/templates/martor/guide.html @@ -1,16 +1,16 @@ {% load i18n static %}