From 73e2d44d22a77cbaca56376168bee37f6f96185a Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 2 Nov 2018 03:50:02 +0100 Subject: [PATCH] =?UTF-8?q?Allow=20translation=20of=20=E2=80=9CUploading?= =?UTF-8?q?=20file:=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/converse.js | 4 +++- src/templates/file_progress.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/converse.js b/dist/converse.js index b44bab7cb..6556cfce7 100644 --- a/dist/converse.js +++ b/dist/converse.js @@ -101772,7 +101772,9 @@ __p += '\n
\n \n
\n Uploading file: ' + +'">\n \n
\n ' + +__e(o.__('Uploading file:')) + +' ' + __e(o.filename) + ', ' + __e(o.filesize) + diff --git a/src/templates/file_progress.html b/src/templates/file_progress.html index 98a4a1bf5..f409e41aa 100644 --- a/src/templates/file_progress.html +++ b/src/templates/file_progress.html @@ -1,7 +1,7 @@
- Uploading file: {{{o.filename}}}, {{{o.filesize}}} + {{{o.__('Uploading file:')}}} {{{o.filename}}}, {{{o.filesize}}}