Skip to content

Commit

Permalink
feat: adding delivery_instructions when buyer is picking up
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorrgg committed Sep 18, 2024
1 parent 06828ed commit 0f8d900
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 134 deletions.
3 changes: 2 additions & 1 deletion i18n/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@
"and": "and",
"will_mail": "will be sent by email",
"sent_mail": "sent by e-mail",
"soon": "soon"
"soon": "soon",
"in": "in"
}
7 changes: 4 additions & 3 deletions i18n/pt_br.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@
"stock_title": "O produto que deseja está em estoque",
"promo_title": "O produto que deseja está em promoção",
"product_cta": "Visualizar o produto",
"available_pickup": "estará disponível para a retirada em nossa loja em",
"available_pickup": "estará disponível para a retirada no seguinte endereço:",
"pickedup": "Retirado em nossa loja",
"pickup": "está disponível para a retirada em nossa loja.",
"pickup": "está disponível para a retirada no seguinte endereço:",
"and": "e",
"will_mail": "será enviado para seu e-mail em",
"sent_mail": "foi enviado para seu e-mail",
"soon": "breve"
"soon": "breve",
"in": "em"
}
Loading

0 comments on commit 0f8d900

Please sign in to comment.