From 53b497808b561aba5cfd1b4636ad1e06e6b2261e Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Thu, 11 Dec 2025 19:54:06 +0100 Subject: [PATCH] TASK] Normalize formatting of all XLF files References: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1516 --- Documentation/Appendix/Cgl.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/Appendix/Cgl.rst b/Documentation/Appendix/Cgl.rst index d3acd49..f6ca8a9 100644 --- a/Documentation/Appendix/Cgl.rst +++ b/Documentation/Appendix/Cgl.rst @@ -60,8 +60,13 @@ Xliff files =========== Language files are usually stored in a Folder Resources/Private/Language -in files with the ending *.xlf*. While no tabs are allowed to indent -in PHP files, you should edit Xliff files using tabs. +in files with the ending *.xlf*. Xliff files are indented using 2 spaces. +The following command normalizes your XLIFF files: + +.. code-block:: bash + + Build/Scripts/runTests.sh -s normalizeXliff + Please also check :ref:`common-review-checks-xlf` for Xliff-specific things to pay attention to.