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.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
||
"LOGIN": {
|
||
"TITLE": "Είσοδος στο Chatwoot",
|
||
"EMAIL": {
|
||
"LABEL": "Email",
|
||
"PLACEHOLDER": "Email π.χ.: someone{'@'}example.com",
|
||
"ERROR": "Παρακαλώ εισάγετε μια έγκυρη διεύθυνση email"
|
||
},
|
||
"PASSWORD": {
|
||
"LABEL": "Κωδικός",
|
||
"PLACEHOLDER": "Κωδικός"
|
||
},
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Επιτυχής είσοδος",
|
||
"ERROR_MESSAGE": "Αδυναμία σύνδεσης με τον Woot Server, Παρακαλώ προσπαθήστε αργότερα",
|
||
"UNAUTH": "Το όνομα χρήστη ή ο κωδικός δεν είναι σωστός. Παρακαλώ ξαναπροσπαθήστε"
|
||
},
|
||
"OAUTH": {
|
||
"GOOGLE_LOGIN": "Login with Google",
|
||
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
|
||
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
|
||
},
|
||
"FORGOT_PASSWORD": "Ξεχάσατε τον κωδικό;",
|
||
"CREATE_NEW_ACCOUNT": "Δημιουργία νέου Λογαριασμού",
|
||
"SUBMIT": "Είσοδος"
|
||
}
|
||
}
|