From ad082d8c24f607e0869b55ac853b4551760d6436 Mon Sep 17 00:00:00 2001 From: Dominique Feyer Date: Mon, 17 Oct 2011 22:27:45 +0200 Subject: [PATCH] [TASK] English XLIFF files should not contain target element Pootle uses the English XLIFF file has the template language and as such it does not make sense to have "en" -> "en" translation files. English XLIFF files are templates and should contain only a 'source', not a 'target' element. This commit contains: - Remove of the target elements - Remove target-language attribute - Set the date attribute to the correct format - Remove approved attribute Change-Id: Ic118a746e93493f1a2b820f0e3721c53ca2d7805 Resolves: #31043 Relates: #30916 Releases: 4.6 --- .../Private/Language/locallang_db.xlf | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf b/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf index 05df81cae771..409a679f2a79 100644 --- a/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf +++ b/typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf @@ -1,31 +1,25 @@ - +
- + Record Type - Record Type - + undefined - undefined - + Tx_Extbase_Domain_Model_FrontendUser - Tx_Extbase_Domain_Model_FrontendUser - + Record Type - Record Type - + undefined - undefined - + Tx_Extbase_Domain_Model_FrontendUserGroup - Tx_Extbase_Domain_Model_FrontendUserGroup -- 2.20.1