CommentFileSizeAuthor
commerce_checkout.patch615 byteslorenx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rszrama’s picture

Category: Bug report » Task
Status: Active » Closed (works as designed)

This is actually working as designed; t() is only supposed to be used to wrap string literals (e.g. t('Some text')), not variables. That checkout pane title should be translated somewhere else, either in the module that defines it or possibly via i18n Field if the pane title is coming from the field system (such as with the customer profile panes).