From 4033337da8e50ebe78f67168e91ac10b2198aeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lemieux?= <93762372+sebastienlemi@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:07:39 -0500 Subject: [PATCH] Update es.json Add firstname, lastname and phone number translations --- locales/es.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/es.json b/locales/es.json index 4220f5d..b708488 100644 --- a/locales/es.json +++ b/locales/es.json @@ -73,10 +73,13 @@ "address_form": { "name": "Nombre completo", "email": "Email", + "firstName": "Nombre", + "lastName": "Apellido", "address1": "Dirección", "address2": "Número/Piso", "city": "Ciudad", "country": "País", + "phone": "Teléfono", "postalCode": "Código Postal", "province": "Provincia", "dont_see_address": "No encuentro mi dirección"