pathauto doesn't work with content translation

I am new to Drupal and trying out Drupal 6.13 with path auto and content translation. For an open source project, I hope to have basic pages translated in multiple languages. However, my first Spanish page shows up as /node/7/ even though I see its URL alias (in the list of aliases), and I can't navigate to its alias (404 not found).

I'd also be interested in example URL schemes for multiple languages.

Groups:
Login to post comments

I am facing the same issue

fgranger's picture
fgranger - Tue, 2009-09-22 14:27

I am facing the same issue and doing some research to find a solution.

It seem that there is a solution by modifying default configuration in admin/build/path/pathauto.

In section Node path settings, add the [language] token at biggining of the Default path pattern like this [language]/content/[title-raw].

I'll do some more tests and let you know...

Update 20090922 : After some tests, it appear that the user default language has to be defined as the site default language... If the user language is defined to another language, he gets an error trying to access the english version.


i have a different question,

joetsuihk's picture
joetsuihk - Fri, 2009-09-18 02:59

i have a different question, say, two language, about us page

path will be:

en/about
and
fr/about

but i also want path
about
to redirected based on browser language.
can i do that by simple configuration?