Open neocol83 opened 1 week ago
The changes introduced in this pull request focus on enhancing the localization of the user interface within the conversation module. Specifically, text strings in the ForwardModal.vue
and MessageContextMenu.vue
components have been updated to utilize the translation function for internationalization. Additionally, the Spanish localization file for conversation-related texts has been expanded with new entries and corrections, improving the overall user experience for Spanish-speaking users. The inbox management localization has also been fully translated into Spanish.
File | Change Summary |
---|---|
app/javascript/dashboard/components/widgets/conversation/bubble/ForwardModal.vue |
Updated static text strings to use $t function for localization, including modal title, description, and button text. No changes to logic or structure. |
app/javascript/dashboard/i18n/locale/es/conversation.json |
Added new entries for Spanish localization, including "SHARE" option in CONTEXT_MENU and new FORWARDMODAL section with keys for modal titles, descriptions, and contact placeholders. Corrected spelling from "SUCCESFUL" to "SUCCESSFUL". |
app/javascript/dashboard/modules/conversations/components/MessageContextMenu.vue |
Modified "Forward" menu item label to use localized string $t('CONVERSATION.CONTEXT_MENU.SHARE') . No changes to component logic or functionality. |
app/javascript/dashboard/i18n/locale/es/inboxMgmt.json |
Comprehensive update of Spanish localization with translations for all English text entries in inbox management, including headers, descriptions, and error messages. |
🐰 In the land of chat and cheer,
Localization draws near,
With words that dance and play,
Sharing messages, hip-hip-hooray!
For every friend, in every tongue,
A joyful chat has just begun! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Traducción al español de las acciones de compartir mensajes con chatwoot.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation