From a373ef8fcf557184e50754bb8a557bda9f4709a5 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:23:31 +0200 Subject: [PATCH] Changed wording for vue files Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- developer_manual/basics/front-end/l10n.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developer_manual/basics/front-end/l10n.rst b/developer_manual/basics/front-end/l10n.rst index bbda7c552..d9650d5fe 100644 --- a/developer_manual/basics/front-end/l10n.rst +++ b/developer_manual/basics/front-end/l10n.rst @@ -198,7 +198,9 @@ In case some translation strings may be translated wrongly because they have mul .. code-block:: vue - + Currently, commenting in Vue files is not possible. + Vue files are not read via gettext and synchronized with Transifex. + As a small help, the file in question as well as the line of code is written in the translation comment (``// TRANSLATORS``). **C++ (Qt)**