I'm thinking of submitting a patch for webform to update webform_tt() for the i18n_string API update from last spring (http://drupal.org/node/1534468).

I think this should module should just use i18n_string() directly since it's declared as a dependency. Using i18n_string() directly instead of the webform_tt() wrapper would allow this module to pass options to i18n_string() when necessary, as shown in http://drupalcode.org/project/webform_localization.git/commit/0f142fc.

I'd be happy to roll a patch.

Related issues:
#1796748: Translation of markup component: HTML is parsed an printend out
#1781266: Unnecessary check_plain() for radio labels and select options via i18n_string()

Comments

star-szr’s picture

Issue summary: View changes

Adding link to i18n change notice

GDrupal’s picture

This post was totally right from the beginning i do not know how I miss it, but this is already committed on http://drupalcode.org/project/webform_localization.git/commit/b2b2581

Thanks @Cottser !!

star-szr’s picture

Status: Active » Fixed

I forgot about this issue too :) thanks @GDrupal!

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Updated issue summary.