Hi,
Thank you for building this add on to Drupal Commerce.
I have my site in Dutch and would like to use Dutch language for RRP and Offer Price in Priceformatter: RRP/ Your Price.
But I can't find RRP and Offer Price in translateble area?

Greetings, Martijn

Comments

ikos’s picture

Assigned: Unassigned » ikos
Status: Active » Fixed

Hi Summit,

Thanks for the feedback. I have ensured all fields are translatable in the latest version.

kind regards

Richard

Status: Fixed » Closed (fixed)

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

guy_schneerson’s picture

Category: feature » support
Status: Needs review » Needs work

The fields defaults are translatable but the following two issues exists

  • Changes to the the labels don't show in the translate interface.
  • The labels while available in for translations don't actuality get translated.

This is because t() is not used by the rendering code (simple patch to follow)

guy_schneerson’s picture

Category: support » feature
Status: Closed (fixed) » Needs work
guy_schneerson’s picture

Status: Needs work » Needs review
StatusFileSize
new1.28 KB

Patch fixing the issue

Status: Needs work » Needs review
avpaderno’s picture

Assigned: ikos » Unassigned
Issue summary: View changes
Status: Needs review » Needs work

The first parameter for t() needs to be a literal string. It considered a security issue to pass to t() a value entered in a form by users.