In case of I18N_TAXONOMY_TRANSLATE no translation of a vocabularys' name.

If changed to I18N_TAXONOMY_LOCALIZE this will happen.
This is due to i18ntaxonomy_node_form which simply does nothing in case of I18N_TAXONOMY_TRANSLATE.

Missing is:
FROM function i18ntaxonomy_vocabulary_form
taxonomy:vocabulary:$vid:help
taxonomy:vocabulary:$vid:name
and possibly more.

Comments

miro_dietiker’s picture

Title: taxonomy name not translated » taxonomy name / help not translated
Status: Active » Needs review
StatusFileSize
new728 bytes

Attached patch solves this issue on node form.

miro_dietiker’s picture

StatusFileSize
new2.16 KB

As i see there's some more needed.

Attached patch adds more translateable titles & descriptions as needed for TRANSLATE and LOCALIZE against DRUPAL-6--1-2.

miro_dietiker’s picture

StatusFileSize
new2.64 KB

rerolled against latest i18n version.

This is a very straight forward fix. Can someone please confirm this and bring it in?

jose reyero’s picture

Status: Needs review » Fixed

Committed with some changes (reusing instead of duplicating code and i18nstrings_string(), new api function to avoid running check_plain twice on strings)

Thanks.

miro_dietiker’s picture

cool, thx!
i was right near to picking this issue up and pushing it to be added.. (i was missing some review till now to proceed committing).
happy to see this fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.