mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
Removed code block for vue
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
committed by
Joas Schilling
parent
a373ef8fcf
commit
8b6e91eaef
@@ -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)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user