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 ?
| Comment | File | Size | Author |
|---|---|---|---|
| i18n_d6.jpg | 24.8 KB | dennys |
Comments
Comment #1
dennys commentedSorry, 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"
Comment #2
halfiranian commentedThanks 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
Comment #3
hass commentedOriginal issue was solved.