chatwoot/app/javascript
Shivam Mishra 0491ffc94e
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
2024-10-03 11:23:30 +05:30
..
dashboard fix: signup form broken in production (#10206) 2024-10-03 11:23:30 +05:30
entrypoints feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
portal feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
sdk fix: Avoid overflow caused by the empty span element (#9753) 2024-07-10 19:56:46 -07:00
shared feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
superadmin_pages feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
survey feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
v3 feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
widget feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00