By aliegeh on
We are using the i18n module. If the source document is english we need to translate into Arabic. There is no problem with the body of the text but we do not know how to translate the title of the node. If we translate the title when translating the node the automatic alias module creates an arabic alias which can be a very long text in arabic. We want to maintain the english alias but find a way to translate the title in Arabic. Is that possible. The node is a custom content type.
Comments
I had a similar request just
I had a similar request just recently. This is the code that I used to copy the url_alias from the source node to the translated node.
The idea is to translate your titles and then run this code to copy the source node url_aliases.
I hope this helps.