By wabowabo on
Hello Drupal community,
We are developing a multilingual website based on Drupal6, and would like for the paths to look like.
www.example.com/[language prefix]/[parent term id]/[secondary term id]/[english version article path] (English version of the article)
Seems like we can get this work for the English language, but not for the translation to Armenian language.
For example:
English: www.example.com/en/sports/football/national_team_going_south
Armenian : www.example.com/am/sports/football/national_team_going_south
using i18n and pathauto modules.
Any help will be much appreciated.
Thanks in advance.