Lince Posted August 1, 2018 Share Posted August 1, 2018 Hello, There seem to be some expressions missing from the bank wire module in this file: modules/ps_wirepayment/views/templates/hook/payment_return.tpl 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>']} Is there a way for me to add this expressions ? I was going to modify the translations file: app/Resources/translations/es-ES/ModulesWirepaymentShop.es-ES.xlf But I see there is some "trans-unit id" which I don't know what it is or how to fill it. Thanks. Link to comment Share on other sites More sharing options...
ENS Enterprises Posted August 2, 2018 Share Posted August 2, 2018 You can translate it from backoffice. Link to comment Share on other sites More sharing options...
Lince Posted August 4, 2018 Author Share Posted August 4, 2018 On 8/2/2018 at 8:04 AM, ENS Enterprises said: You can translate it from backoffice. If the expressions have not been defined, it is not possible to translate them using the backoffice. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now