From 4d1ab52dca755c3bcde7b6590c7c784bbd264d79 Mon Sep 17 00:00:00 2001 From: Mehdi El Oualy Date: Mon, 5 Aug 2024 08:58:16 +0100 Subject: [PATCH] Add screenshot clipboard paste in the modal box. The previous commit added pase screenshot in screenshot/ pages. This adds it in the modal box that opens when Add Screenshot button clicked while checking individual strings. Related: #6710 --- weblate/templates/translate.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/weblate/templates/translate.html b/weblate/templates/translate.html index f9c94fd31f4a..1b611765e8d2 100644 --- a/weblate/templates/translate.html +++ b/weblate/templates/translate.html @@ -11,6 +11,7 @@ {% compress js %} + {% endcompress %} {% endblock %} @@ -807,8 +808,14 @@

{% blocktrans with existing=unit.get_source_plurals.0 %}

{% trans "Add new screenshot" %}

-