To use node translations as titles in the list-of-nodes page, you can modify line of code 338 in nodeorder.module

$names[] = $term->name;

for

$names[] = tt("taxonomy:term:$term->tid:name", $term->name, NULL, TRUE);

It would be nice to include at least this feature in the next release to support multilanguage.

Comments

dieuwe’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as the Drupal 6 branch of this module (and Drupal 6 in general) has been discontinued.