Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bbd6ed

Browse files
authored
bug #12405 Decouple translation used in emails from shopBundle to coreBundle (arti0090)
This PR was merged into the 1.9-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Related tickets | fixes #X, partially #Y, mentioned in #Z | License | MIT Commits ------- 23086f1 Decouple translation used in emails from shopBundle to coreBundle
2 parents 87f8207 + 23086f1 commit 6bbd6ed

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
sylius:
2+
email:
3+
order_confirmation:
4+
has_been_successfully_placed: 'has been successfully placed.'
5+
subject: 'Order confirmation'
6+
view_order_or_change_payment_method: 'View order or change payment method'
7+
thank_you: 'Thank you for shopping at our store!'
8+
your_order_number: 'Your order no.'
9+
password_reset:
10+
hello: 'Hello'
11+
reset_your_password: 'Reset your password'
12+
subject: 'Password reset'
13+
to_reset_your_password: 'To reset your password - click the link below'
14+
to_reset_your_password_token: 'To reset your password - use the token below'
15+
token: 'Your password reset token is'
216
form:
317
block:
418
body: Body

0 commit comments

Comments
 (0)