Needs work
Project:
Drupal Commerce Extra Price Formatters
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 15:38 UTC
Updated:
17 Sep 2021 at 13:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ikos commentedHi Summit,
Thanks for the feedback. I have ensured all fields are translatable in the latest version.
kind regards
Richard
Comment #3
guy_schneerson commentedThe fields defaults are translatable but the following two issues exists
This is because t() is not used by the rendering code (simple patch to follow)
Comment #4
guy_schneerson commentedComment #5
guy_schneerson commentedPatch fixing the issue
Comment #7
avpadernoThe first parameter for
t()needs to be a literal string. It considered a security issue to pass tot()a value entered in a form by users.