iachat/app/javascript/dashboard
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
..
api chore: Custom Roles to manage permissions [ UI ] (#9865) 2024-09-17 11:40:11 -07:00
assets feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
components feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
composables feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
constants feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
helper feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
i18n fix: signup form broken in production (#10206) 2024-10-03 11:23:30 +05:30
mixins feat: Rewrite automations/methodsMixin to a composable (#9956) 2024-08-27 12:30:08 +05:30
modules feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
routes fix: Update event name for reports filter (#10199) 2024-10-02 09:16:23 -07:00
store feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
App.vue feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
featureFlags.js chore: Custom Roles to manage permissions [ UI ] (#9865) 2024-09-17 11:40:11 -07:00