From c1cc4454309084090aecc7e407076c57c6b7c4d0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 May 2023 16:46:15 +0200 Subject: 🐛 JS: fix UnitWidget (inappropriate l10n) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 7 +++++++ changelog/fr/changelog_2023-01-25.md | 7 +++++++ ishtar_common/templates/widgets/UnitWidget.html | 6 +++--- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index a81223094..8184abfb0 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.0.46 - 2023- +-------------------- + +### Technical ### +- JS: fix UnitWidget (inappropriate l10n) + + v4.0.45 - 2023-05-15 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index b52fa7b4c..ec3f0aec7 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.0.46 - 2023- +-------------------- + +### Technique ### +- JS : correction UnitWidget (localisation inappropriée) + + v4.0.45 - 2023-05-15 -------------------- diff --git a/ishtar_common/templates/widgets/UnitWidget.html b/ishtar_common/templates/widgets/UnitWidget.html index 46b883352..6c9df113a 100644 --- a/ishtar_common/templates/widgets/UnitWidget.html +++ b/ishtar_common/templates/widgets/UnitWidget.html @@ -1,4 +1,4 @@ -
+{% load l10n %}
@@ -6,7 +6,7 @@
- +//-->{% endlocalize %} -- cgit v1.2.3