Skip to content

Commit 23f2657

Browse files
[DOCS] Language checks
Releases: main
1 parent 1e70657 commit 23f2657

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Documentation/Appendix/HowToDeprecateThings.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -254,30 +254,30 @@ Example:
254254
Deprecate a language label reference
255255
====================================
256256

257-
When you move or remove a language label from the Core, third-party extensions and
258-
projects might still depend on it. It is good practice to keep the original label
259-
and mark it as deprecated using the ``x-unused-since`` attribute:
257+
If you move or remove a language label from the Core, third-party extensions and
258+
projects may still depend on it. Therefore, it is good practice to keep the original label
259+
and mark it as deprecated with an ``x-unused-since`` attribute:
260260

261261
.. code-block:: xml
262262
263263
<trans-unit id="CType_formlabel" x-unused-since="14.0">
264264
<source>Type</source>
265265
</trans-unit>
266266
267-
The label can then be completely removed in the next major TYPO3 version. Before
268-
doing so, ensure that the label is no longer referenced within the Core.
267+
The label can then be completely removed in the next major TYPO3 version (the
268+
label must be no longer be referenced in the Core.)
269269

270-
Note that some label references use automatically computed label strings. Check
271-
those cases carefully before removal.
270+
Note that some label references use computed label strings, so check
271+
these carefully before removal.
272272

273273
.. _move-xliff-file:
274274

275275
Move or rename XLIFF files
276276
==========================
277277

278-
If you move or rename an entire XLIFF file, add a mapping to
278+
If you move or rename an XLIFF file, add a mapping to
279279
:php:`TYPO3\CMS\Core\Localization\LocalizationFactory` in the ``MOVED_FILES``
280-
constant. Remove all references to the old XLIFF file within the Core. The mapping
280+
constant. Remove all references to the old XLIFF file in the Core. The mapping
281281
can be safely removed in the next major TYPO3 version.
282282

283283
More information

0 commit comments

Comments
 (0)