fix: signup form broken in production (#10206)

`vue-i18n` has a new [linked message
format](https://vue-i18n.intlify.dev/guide/essentials/syntax#linked-messages),
this however conflicts with raw usage an email address like
`hey@chatwoot.com`. The way to solve this as prescribed by then is to
use [literal
interpolation](https://vue-i18n.intlify.dev/guide/essentials/syntax#literal-interpolation),
like `hey{'@'}chatwoot.com`.

This PR does that for the entire translation files
This commit is contained in:
Shivam Mishra
2024-10-03 11:23:30 +05:30
committed by GitHub
parent b52950ba5a
commit 0491ffc94e
66 changed files with 66 additions and 66 deletions

View File

@@ -20,7 +20,7 @@
},
"EMAIL": {
"LABEL": "E-postadress, arbete",
"PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises",
"PLACEHOLDER": "Enter your work email address. E.g., bruce{'@'}wayne{'.'}enterprises",
"ERROR": "Please enter a valid work email address."
},
"PASSWORD": {