Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Documentation/Appendix/Cgl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down