File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/ApiOverview/Localization/Labels Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -359,12 +359,12 @@ be removed with the next major TYPO3 version.
359359It is possible to use these tags to deprecate labels in third party extensions
360360as well.
361361
362- To ease migration for Extension developers and projects the development
362+ To ease migration for extension developers and projects the development
363363command :bash: `vendor/bin/typo3 language:domain:search ` can be used to search
364364for specific label contents. :composer: `typo3/cms-lowlevel ` needs to be
365365installed.
366366
367- For example if you used the now deprecated label reference
367+ For example, if you used the now deprecated label reference
368368`LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.starttime `
369369
370370You can use the following command:
@@ -412,4 +412,4 @@ new location:
412412 + $languageService->sL('core.db.general:starttime')
413413
414414 If you can find no suitable label for your use case consider moving the label
415- to your own extensions XLIFF localization files.
415+ to your own extension's XLIFF localization files.
You can’t perform that action at this time.
0 commit comments