Adding internationalized message for empty cart
This commit is contained in:
parent
94b20d8f49
commit
5b89003e24
4 changed files with 24 additions and 2 deletions
|
|
@ -873,6 +873,13 @@ our $I18N = {
|
|||
context => q|a button the user clicks on to go back to shopping after viewing the cart|
|
||||
},
|
||||
|
||||
'empty cart' => {
|
||||
message => q|There are no items currently in your cart.|,
|
||||
lastUpdated => 0,
|
||||
context => q|a message to the user that the cart is empty|
|
||||
},
|
||||
|
||||
|
||||
'shop' => {
|
||||
message => q|Shop|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue