Is there a way I can export (and possibly even IMPORT) the CONTENT of my Drupal 6 websites for translation into another language?

While this can be done inside Drupal on a page-by-page process, most translation companies actually expect some kind of xml or text list, english on one side, and a space for the translation next to it.

It looks like Connexis has exactly what I want, but it's only for version 5, not 6.

Comments

vm’s picture

you can export the tables that hold the content. The problem will arise as how to get these back into the database after they are trasnlasted though as I highly doubt you can simply reimort the data.

ywarnier’s picture

Wondering the same...
This one seems to match, but only for drupal 5: http://drupal.org/project/awtw
Also, the node export module should do the trick but it requires a little bit of setup: http://drupal.org/project/node_export