SendToTranslate, cant seam to find the correct Area for it to get it to translate in right click context menu? Options
Anders
Posted: Wednesday, August 08, 2007 4:04:36 PM

Rank: Devotee

Joined: 5/24/2007
Posts: 72
Location: Kalix, Sweden
When you right click on an item in the content tree, you have an option called sendToTranslate. I have made the translation in my xml file. But it doesnt get rendered. Anyone got this to work? Got it to work on the dialog by adding that key to actions, but not working on the context menu.

Is it a bug or am I in the wrong "area" tag?

/Anders


Umbraco Certified Professional
timgaunt
Posted: Monday, December 10, 2007 11:50:35 AM

Rank: Aficionado

Joined: 10/31/2007
Posts: 114
Location: Birmingham (UK)
I too have the same issue but haven't been able to fix it yet...

Managing Director at The Site Doctor Ltd - My personal blog is here - Umbraco Newbie ;)
timgaunt
Posted: Tuesday, December 18, 2007 10:40:44 AM

Rank: Aficionado

Joined: 10/31/2007
Posts: 114
Location: Birmingham (UK)
I tell a lie, I think it must cache the file somewhere but if you add the element to the "actions" node it works just dandy:

<key alias="sendToTranslate">Send to translator</key>

I also updated the "translation" node:
<area alias="translation" version="3.0">
<key alias="sendToTranslate">Send to translator</key>
<key alias="translator" version="3.0">Translator</key>
<key alias="includeSubpages" version="3.0">Include sub-pages?</key>
<key alias="defaultLanguageIs" version="3.0">Default Language:</key>
<key alias="sendToTranslate" version="3.0">Send To Translation</key>
<key alias="mailSubject" version="3.0">[%0%] Translation task for %1%</key>
<key alias="mailBody" version="3.0">
Hi %0%

This is an automated mail to inform you that the document '%1%'
has been requested for translation into '%5%' by %2%.

Go to http://%3%/lsgadmin/translation/default.aspx?id=%4% to edit.

Have a nice day!

Cheers from the CMS robot
</key>
</area>


HTH

Tim

Managing Director at The Site Doctor Ltd - My personal blog is here - Umbraco Newbie ;)
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.