From 8b6e91eaef256d3287f4b85ed16952454f86e8ab Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 28 Oct 2021 20:45:22 +0200 Subject: [PATCH] Removed code block for vue Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- developer_manual/basics/front-end/l10n.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/developer_manual/basics/front-end/l10n.rst b/developer_manual/basics/front-end/l10n.rst index d9650d5fe..3ab48827b 100644 --- a/developer_manual/basics/front-end/l10n.rst +++ b/developer_manual/basics/front-end/l10n.rst @@ -193,14 +193,12 @@ In case some translation strings may be translated wrongly because they have mul // TRANSLATORS name that is appended to copied files with the same name, will be put in parenthesis and appened with a number if it is the second+ copy var copyNameLocalized = t('files', 'copy'); - + **Vue** -.. 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``). +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)**