We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4f018 commit 53b4978Copy full SHA for 53b4978
Documentation/Appendix/Cgl.rst
@@ -60,8 +60,13 @@ Xliff files
60
===========
61
62
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.
+in files with the ending *.xlf*. Xliff files are indented using 2 spaces.
+The following command normalizes your XLIFF files:
65
+
66
+.. code-block:: bash
67
68
+ Build/Scripts/runTests.sh -s normalizeXliff
69
70
Please also check :ref:`common-review-checks-xlf` for Xliff-specific things
71
to pay attention to.
72
0 commit comments