feat: translate conversations, reply box and message components

This commit is contained in:
Abhinav Raut
2025-03-31 23:14:24 +05:30
parent e19f817c5f
commit cd4b9a9c23
17 changed files with 209 additions and 134 deletions

View File

@@ -114,7 +114,7 @@
<Editor
v-model:htmlContent="action.value[0]"
@update:htmlContent="(value) => handleEditorChange(value, index)"
:placeholder="t('admin.macro.message_content.placeholder')"
:placeholder="t('editor.placeholder')"
/>
</div>
</div>