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": "البريد الإلكتروني",
|
|
"PLACEHOLDER": "مثلاً: someone{'@'}example.com",
|
|
"ERROR": "الرجاء إدخال عنوان بريد إلكتروني صحيح"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "كلمة المرور",
|
|
"PLACEHOLDER": "كلمة المرور"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "تم تسجيل الدخول بنجاح",
|
|
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً",
|
|
"UNAUTH": "اسم المستخدم / كلمة المرور غير صحيحة. الرجاء المحاولة مرة أخرى"
|
|
},
|
|
"OAUTH": {
|
|
"GOOGLE_LOGIN": "تسجيل الدخول بواسطة جوجل",
|
|
"BUSINESS_ACCOUNTS_ONLY": "الرجاء استخدام عنوان البريد الإلكتروني الخاص بشركتك لتسجيل الدخول",
|
|
"NO_ACCOUNT_FOUND": "لم نتمكن من العثور على حساب لعنوان البريد الإلكتروني الخاص بك."
|
|
},
|
|
"FORGOT_PASSWORD": "نسيت كلمة المرور؟",
|
|
"CREATE_NEW_ACCOUNT": "إنشاء حساب جديد",
|
|
"SUBMIT": "تسجيل الدخول"
|
|
}
|
|
}
|