Skip to content

Commit 53b4978

Browse files
authored
TASK] Normalize formatting of all XLF files
References: TYPO3-Documentation/Changelog-To-Doc#1516
1 parent ff4f018 commit 53b4978

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/Appendix/Cgl.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,13 @@ Xliff files
6060
===========
6161

6262
Language files are usually stored in a Folder Resources/Private/Language
63-
in files with the ending *.xlf*. While no tabs are allowed to indent
64-
in PHP files, you should edit Xliff files using tabs.
63+
in files with the ending *.xlf*. Xliff files are indented using 2 spaces.
64+
The following command normalizes your XLIFF files:
65+
66+
.. code-block:: bash
67+
68+
Build/Scripts/runTests.sh -s normalizeXliff
69+
6570
Please also check :ref:`common-review-checks-xlf` for Xliff-specific things
6671
to pay attention to.
6772

0 commit comments

Comments
 (0)