Hello,
I found that the bank wire module is missing some expressions. Is there any tutorial explaining how to add new expressions ?
Or can anybody explain how to do it ?
File missing expressions for this template:
modules/ps_wirepayment/views/templates/hook/payment_return.tpl
This are the translation files:
app/Resources/translations/es-ES/ModulesWirepaymentShop.es-ES.xlf
app/Resources/translations/en-US/ModulesWirepaymentShop.en-US.xlf
Only two expressions are defined:
<source>Your order on %s is complete.</source>
<source>Please send us a bank wire with:</source>
And a few of them are missing:
{l s='Please specify your order reference %s in the bankwire description.' sprintf=[$reference] d='Modules.Wirepayment.Shop'}<br/>
{l s='We\'ve also sent you this information by e-mail.' d='Modules.Wirepayment.Shop'}
{l s='Your order will be sent as soon as we receive payment.' d='Modules.Wirepayment.Shop'}
{l s='If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].' d='Modules.Wirepayment.Shop' sprintf=['[1]' => "<a href='{$contact_url}'>", '[/1]' => '</a>']}
Thank you.