In D5, I can create 2 URL alias like the following.
node/4 -> en/about_us
node/5 -> zh-hant/about_us

But in D6, please check the attachment, because the prefix is already added by i18n,
if I still use the above URL alias, I'll get the following result:
node/4 -> en/en/about_us
node/5 -> zh-hant/zh-hant/about_us

But I cannot create 2 same URL alias for different nodes. Is there any suggestion for it ?

CommentFileSizeAuthor
i18n_d6.jpg24.8 KBdennys

Comments

dennys’s picture

Status: Active » Closed (fixed)

Sorry, I got it. The unique key in D6 is changed to "dst" + "language". I can create 2 URL alias with the same "dst" but different "language"

halfiranian’s picture

Version: 6.x-1.0-beta4 » 6.x-1.1
Status: Closed (fixed) » Active

Thanks for posting this it really helped.

However, is there any way for setting this to be the default behaviour? I.e. the path alias is by default set to all languages?

Cheers for your help

hass’s picture

Version: 6.x-1.1 » 6.x-1.0-beta4
Status: Active » Closed (fixed)

Original issue was solved.