Hi Everyone.
I'm sorry I'm new so I guess my post/question won't be formatted the right way etc. Let me try my best.
I'm running drupal 7.8 with i18n Installed for translating the site in French. English is the default language. Detection Method are set to User's Language and URL (in this order). The URL detection method uses Path Prefix as opposed to Domain. Every language including the default one (En) were given a prefix. A language switcher is used on the page to switch between languages.
Pathauto has been installed but later disabled, same for Token.
The problem I have is simple. I'll describe one aspect of it. To reproduce this problem, all I have to do is this:
- Leaving the config setting defined as described above (Language Detection Methods including URL, Path Prefix)
- Create a Basic Page, first in English which is the default language
- Post it. It works well
- Click on the Translate Tab
- It says that Translation for French doesn't exist and it's bringing the Add Translation Link
- Click Add Translation Link
- **Boom** this is where the problem is seen
I end up with the following link being generated:
mysite.com/fr/node/add/page?translation=22&target=fr#overlay-context=en/node/22
And it seems that the /fr/ portion is causing these two problems: