Vue i18n has a new [linked message syntax.](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#linked-messages) When it encounters `@` it assumes that we're trying to use a linked message. And tries to parse it as such, in any case, it breaks since the syntax is not valid and the params are not present. So it causes an error. This works on dev but on production the error is bubbled up to the top and rendering breaks. A lot of folks use Chatwoot with default locale set in the env, this surfaced the issue for the languages for which the syntax was not updated Fixes: https://github.com/chatwoot/chatwoot/issues/10313
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"LOGIN": {
|
|
"TITLE": "Iniciar sesión en Chatwoot",
|
|
"EMAIL": {
|
|
"LABEL": "E-mail",
|
|
"PLACEHOLDER": "Email por ejemplo: alguien{'@'}ejemplo.com",
|
|
"ERROR": "Por favor, introduzca una dirección de correo válida"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Contraseña",
|
|
"PLACEHOLDER": "Contraseña"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Inicio de sesión exitoso",
|
|
"ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde",
|
|
"UNAUTH": "Nombre de usuario / Contraseña incorrecto. Inténtelo de nuevo"
|
|
},
|
|
"OAUTH": {
|
|
"GOOGLE_LOGIN": "Iniciar sesión con Google",
|
|
"BUSINESS_ACCOUNTS_ONLY": "Por favor, utiliza el correo electrónico de tu empresa para iniciar sesión",
|
|
"NO_ACCOUNT_FOUND": "No pudimos encontrar una cuenta para tu dirección de correo electrónico."
|
|
},
|
|
"FORGOT_PASSWORD": "¿Olvidaste tu contraseña?",
|
|
"CREATE_NEW_ACCOUNT": "Crear nueva cuenta",
|
|
"SUBMIT": "Iniciar sesión"
|
|
}
|
|
}
|