mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-23 10:54:11 +01:00
🔄 feat: chat direction (LTR-RTL) (#3260)
* feat: chat direction * fix: FileRow * feat: smooth trigger transition
This commit is contained in:
parent
d5782ac66c
commit
237a0de8b6
31 changed files with 145 additions and 111 deletions
|
|
@ -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: '無法附加訊息或重新生成。',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue