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.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
||
"LOGIN": {
|
||
"TITLE": "Войти в Chatwoot",
|
||
"EMAIL": {
|
||
"LABEL": "Email",
|
||
"PLACEHOLDER": "пример {'@'}companyname.com",
|
||
"ERROR": "Пожалуйста, введите действительный адрес электронной почты"
|
||
},
|
||
"PASSWORD": {
|
||
"LABEL": "Пароль",
|
||
"PLACEHOLDER": "Пароль"
|
||
},
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Вход выполнен",
|
||
"ERROR_MESSAGE": "Не удалось подключиться к Woot серверу. Пожалуйста, попробуйте еще раз.",
|
||
"UNAUTH": "Неверное имя пользователя или пароль. Пожалуйста, попробуйте еще раз."
|
||
},
|
||
"OAUTH": {
|
||
"GOOGLE_LOGIN": "Войти с помощью Google",
|
||
"BUSINESS_ACCOUNTS_ONLY": "Пожалуйста, используйте адрес электронной почты вашей компании для входа",
|
||
"NO_ACCOUNT_FOUND": "Мы не смогли найти учетную запись для вашего адреса электронной почты."
|
||
},
|
||
"FORGOT_PASSWORD": "Забыли пароль?",
|
||
"CREATE_NEW_ACCOUNT": "Создать новый аккаунт",
|
||
"SUBMIT": "Вход"
|
||
}
|
||
}
|