Tag Archives: i18n

Drupal 7 – Menu item is disabled after saving the node in different language

i found a bug with the i18n module. Assume i have a node in Traditional Chinese and i edit it in English. The menu item set Menu settings will be disabled after save.

A simple workaround is to alter the node edit form such that the user will be redirected to the language same as the node.
Continue reading Drupal 7 – Menu item is disabled after saving the node in different language

Advertisement

Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1

Recently i am working for a site with 6 different languages. =.=

I found that when i create a node translation, the Automatic alias option in URL path settings does not work. Whenever i save the form, that option is unchecked. Continue reading Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1

Drupal – Force Path Prefix for Default Language

Update: 2012-04-18: This solution is for Drupal 6 and it hacked the Drupal core. So please apply it with extreme caution. For Drupal 7, please try the approach suggested by outsourcer.

When you have more than one language on Drupal site, you have to define the default language among one of them. For example, if i set English as the default language, it will be shown in both http://<domain_name>/ and http://<domain_name>/en. but all the links in the default language will not have the en path prefix. Continue reading Drupal – Force Path Prefix for Default Language