improved XLIFF Tools
original project page: http://drupal.org/project/xliff
issue: http://drupal.org/node/583142
status: testing
known bugs:
1. empty tags like <div></div> changed to wrong format <div/> after the import
2. node teaser is not set
3. the <body></body> tag is sometimes inserted into the node
4. malformed xlf = white screen. need: check isset($html) in xliff_import()
5. does not work with special languages (languages with a hyphen) correct check: preg_match('/^node-(?P<nid>\d+)-(?P<langcode>.*).(xlf|xliff)$/', $filename, $matches)
| Release | Package | Date | |
|---|---|---|---|
| 6.x-1.x-dev-pasq | Download (13.53 KB) | Release notes | Dec 26 2009 |