iachat/app/javascript/dashboard
Pranav cc4924db55
feat: Update translated content inline (#11074)
Previously, viewing translations required opening a modal, which was a
frustrating experience. This update improves the UX by displaying
translations inline.

https://www.loom.com/share/c69f4316248946208f2e56e2429063a2

A sample message with translated content (which has an option to see the
original):
 
<img width="313" alt="Screenshot 2025-03-12 at 6 57 49 PM"
src="https://github.com/user-attachments/assets/52434086-b57f-40e8-87b8-314c3519df4b"
/>

Right now, the translation is done based on the account locale. Some of
the future considerations.

- Add personal preference for the language (For eg: an agent can use the
software in spanish even though the company default is english), then
support translations based on personal preference.
- Add support for LLM translations (OpenAI integration)
- Add translations if Captain is enabled
- Add auto translation if the feature is turned on.
2025-03-12 19:31:28 -07:00
..
api feat: Add live report for teams (#10849) 2025-03-12 16:03:09 -07:00
assets feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
components feat: Update translated content inline (#11074) 2025-03-12 19:31:28 -07:00
components-next feat: Update translated content inline (#11074) 2025-03-12 19:31:28 -07:00
composables fix: Translate "None" option in agent assignment dropdown (#11060) 2025-03-11 14:49:27 -07:00
constants feat: Add visibility checks for installation types (#10773) 2025-02-21 14:48:31 -08:00
helper fix: Translate "None" option in agent assignment dropdown (#11060) 2025-03-11 14:49:27 -07:00
i18n feat: Update translated content inline (#11074) 2025-03-12 19:31:28 -07:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat: Update translated content inline (#11074) 2025-03-12 19:31:28 -07:00
routes chore: Update settings page to match the new design colors (#11072) 2025-03-12 18:11:42 -07:00
store feat: Add live report for teams (#10849) 2025-03-12 16:03:09 -07:00
App.vue feat: Support bigger font size in dashboard (#10974) 2025-02-27 12:10:33 +05:30
featureFlags.js feat: Add visibility checks for installation types (#10773) 2025-02-21 14:48:31 -08:00