From b950e1db87e92042147a0dd669b8ce0b649e34c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de> Date: Thu, 1 Jul 2021 16:32:23 +0200 Subject: [PATCH] refactor: english translation for coupon code email --- locale.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locale.xml b/locale.xml index e297c93..948d685 100644 --- a/locale.xml +++ b/locale.xml @@ -112,7 +112,20 @@ Beste Grüße<br/> </p> ]]></de> <en><![CDATA[ - +<p>Hello [customerName],</p> +<p>thank you very much for your coupon purhcase. Hereby you receive your exclusive coupon code for "[productTitle]".</p> +<p> +<b>Coupon code:</b> [couponCode]<br/> +<b>Value:</b> [discountAmountFormatted]<br/> +<b>Issued at:</b> [createDateFormatted]<br/> +<b>Redeemable until:</b> [validUntilDateFormatted]<br/> +</p> +<p>[transferableInfo]</p> +<p>[profileDownloadInfo]</p> +<p> +Best Wishes<br/> +[company] +</p> ]]></en> </locale> <locale name="ProductCoupon.mail.transferable_info.is_transferable"> -- GitLab