🔄 feat: chat direction (LTR-RTL) (#3260)

* feat: chat direction

* fix: FileRow

* feat: smooth trigger transition
This commit is contained in:
Marco Beretta 2024-07-17 16:08:13 +02:00 committed by GitHub
parent d5782ac66c
commit 237a0de8b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 145 additions and 111 deletions

View file

@ -446,7 +446,6 @@ export default {
com_ui_max_tags: '允許的最大數量為 {0},已使用最新值。',
com_auth_back_to_login: '返回登入',
com_endpoint_message: '訊息',
com_endpoint_messages: '訊息',
com_endpoint_message_not_appendable: '無法附加訊息或重新生成。',
com_endpoint_context_tokens: '最大前後文 token 數',
com_endpoint_context_info:
@ -2264,10 +2263,6 @@ export const comparisons = {
english: 'Message',
translated: '訊息',
},
com_endpoint_messages: {
english: 'Messages',
translated: '訊息',
},
com_endpoint_message_not_appendable: {
english: 'Edit your message or Regenerate.',
translated: '無法附加訊息或重新生成。',