1. Export the .PO for Content Types. There must be multiple fields with the labels Title and Body.

2. Translate the strings, save the file.

3. Reimport the .PO in Drupal. Choose to override existing strings.

EXPECTED: Translations imported and matched to their locations/IDs
RESULT: Strings corresponding to msgid's that were already imported are ignored.

See the attached PO's:
10. Content type FIRST EXPORT.po
20. Content type TRANSLATED.po
30. Content type RE-EXPORTED.po

Thanks.

Comments

jaydublu’s picture

Status: Active » Needs review
StatusFileSize
new2.19 KB

This issue was discussed in http://drupal.org/node/384794

Apparently there's a fix released in Drupal 7, but I rolled a patch for 6.x

Note my comments about the root cause in #22 - I think the D7 'fix' is not a good one.

jose reyero’s picture

Component: Code » Blocks
Status: Needs review » Closed (won't fix)

It seems no one else is interested in testing this for 6.x, so sorry.

Gabriel R.’s picture

PO handling was so unreliable we had to find other ways to deal with localization.
Maybe someone else will pick this up.