Commit 42be406d authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_commerce: display translated message

parent 76705b76
<h1> Thank you for using our online shop! </h1>
<h1 i18n:translate="" i18n:domain="ui"> Thank you for using our online shop! </h1>
<p>Your order will be processed by our personel now.</p>
<p i18n:translate="" i18n:domain="ui">Your order will be processed by our personel now.</p>
<p> If you want to check your orders you can do it
<a tal:attributes="href python: '%s/SaleOrderModule_viewAsWebSaleOrderList' % here.getWebSiteValue().absolute_url()">here</a>
</p>
\ No newline at end of file
<span i18n:translate="" i18n:domain="ui"> If you want to check your orders you can do it</span>
<a tal:attributes="href python: '%s/SaleOrderModule_viewAsWebSaleOrderList' % here.getWebSiteValue().absolute_url()" i18n:translate="" i18n:domain="ui">here</a>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment