Skip to content

Commit b072bd6

Browse files
committed
feat(i18n): add mergeBrazilContacts translations for Chatwoot integration
1 parent 8015ff2 commit b072bd6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/translate/languages/en-US.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,10 @@
369369
"label": "Import Contacts",
370370
"description": "Import contacts from WhatsApp address book by connecting QR Code"
371371
},
372+
"mergeBrazilContacts": {
373+
"label": "Merge Brazil Contacts",
374+
"description": "Merge Brazilian contacts with and without country code (55)"
375+
},
372376
"importMessages": {
373377
"label": "Import Messages",
374378
"description": "Import messages from WhatsApp by connecting QR Code"

src/translate/languages/es-ES.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@
349349
"label": "Importar Contactos",
350350
"description": "Importar contactos del libro de direcciones de WhatsApp al conectar el Código QR"
351351
},
352+
"mergeBrazilContacts": {
353+
"label": "Fusionar Contactos Brasil",
354+
"description": "Fusiona contactos brasileños con y sin código de país (55)"
355+
},
352356
"importMessages": {
353357
"label": "Importar Mensajes",
354358
"description": "Importar mensajes de WhatsApp al conectar el Código QR"

0 commit comments

Comments
 (0)