Bug #24323
Wrong translation markers in Content Element Image
Status: | Closed | Start date: | 2010-12-11 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Steffen Gebert | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.5 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
In sysext/cms/tt_content.php > types >image locallang.xml is not the same as locallang_ttc.xml.
--div--;LLL:EXT:cms/locallang_ttc.xml:tabs.images,
--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.imagefiles;imagefiles,
--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.imagelinks;imagelinks,
--palette--;LLL:EXT:cms/locallang_ttc.xml:palette.image_accessibility;image_accessibility,
(issue imported from #M16725)
Related issues
History
#1 Updated by Chris topher over 4 years ago
Where exactly in the file are wrong paths?
The same paths are for example also used for the textpic element. Are they wrong there, too?
Best would be, if you just made a patch file. This would help make clear, where exactly you see the mistakes.
#2 Updated by Thomas Kieslich over 4 years ago
in textpic
locallang_ttc.xml
in image
locallang.xml
trunk from 11.12.2010
#3 Updated by Chris topher over 4 years ago
Do you know how to create a small patch for this?
Doing so helps us solve that problem quickly!
#4 Updated by Thomas Kieslich over 4 years ago
patch with pspad under win is not nice or easy
will read the docs and go to a linux sys, TOMORROW
where can i post bugs if i not have a easy posibillity to make a patch ???
#5 Updated by Thomas Kieslich over 4 years ago
just upload the patch
#6 Updated by Steffen Gebert over 4 years ago
Hi Thomas,
thanks for your patch. Of course, you can file bugs without patches here. However, everybody is invited to contribute to TYPO3 and we encourage everybody willing to help!
I've attached an updated patch, because the file was said to be malformed.
Please create future patches directly in the typo3_src folder (containing the directories typo3/ and t3lib/) so that the file reference in the patch starts with typo3/? (otherwise we have to look up, in which directory the patch has to be applied).
Could you please - as the final step - send this patch as an Request for Comments (RFC) to the typo3-team-core mailing list, to get this committed?
I've described this process (if you're not familiar with it) in german some time ago here: http://typo3blogger.de/ab-in-den-core/
Thanks for your efforts!
If you have any further questions, don't hesistate to ask!
Steffen
#7 Updated by Thomas Kieslich over 4 years ago
Hi Steffen
Thanks for the Hints. v3 is my own try to make unified diff and it looks very similar to v2 ;-)
#8 Updated by Thomas Kieslich over 4 years ago
pending in core list
#9 Updated by Steffen Gebert over 4 years ago
Thanks, Thomas!
#10 Updated by Steffen Gebert over 4 years ago
Committed to trunk rev. 9815
Thanks for your contribution, Thomas!
#11 Updated by Susanne Moog over 4 years ago
- Target version deleted (
4.5.0)