[!!!][FEATURE] Respect attribute "approved" when parsing XLIFF files
By supporting the `approved` attribute, integrators can decide whether translations not marked as approved should be used. This attribute is particularly useful when working with third-party software and translation agencies. Allowing unapproved translations may increase the number of translations, possibly at the expense of their quality. Resolves: #97729 Releases: main Change-Id: Iafe53565f618722050a9efbd0132473b866ddd13 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74811 Tested-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/core/Classes/Localization/Parser/XliffParser.php 15 additions, 10 deletions...3/sysext/core/Classes/Localization/Parser/XliffParser.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 6 additions, 0 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97729-SupportAttributeApprovedInXlfFiles.rst 46 additions, 0 deletions...2.0/Breaking-97729-SupportAttributeApprovedInXlfFiles.rst
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-97729-SupportAttributeApprovedInXlfFiles.rst 41 additions, 0 deletions...12.0/Feature-97729-SupportAttributeApprovedInXlfFiles.rst
- typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_localization/Resources/Private/Language/de.locallang_override.xlf 3 additions, 3 deletions...tion/Resources/Private/Language/de.locallang_override.xlf
- typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_localization/Resources/Private/Language/fr.locallang.xlf 3 additions, 3 deletions..._localization/Resources/Private/Language/fr.locallang.xlf
- typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_localization/Resources/Private/Language/fr.locallang_common_override.xlf 3 additions, 3 deletions...sources/Private/Language/fr.locallang_common_override.xlf
- typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_localization/Resources/Private/Language/fr.locallang_override.xlf 2 additions, 2 deletions...tion/Resources/Private/Language/fr.locallang_override.xlf
- typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang.xlf 4 additions, 4 deletions.../Tests/Unit/Localization/Parser/Fixtures/fr.locallang.xlf
- typo3/sysext/core/Tests/Unit/Localization/Parser/XliffParserTest.php 14 additions, 4 deletions...t/core/Tests/Unit/Localization/Parser/XliffParserTest.php
Please register or sign in to comment