mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-27 04:44:10 +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
|
|
@ -455,7 +455,6 @@ export default {
|
|||
com_auth_error_login_server: '내부 서버 오류가 발생했습니다. 잠시 기다렸다가 다시 시도해 주세요.',
|
||||
com_auth_back_to_login: '로그인 화면으로 돌아가기',
|
||||
com_endpoint_message: '메시지',
|
||||
com_endpoint_messages: '메시지',
|
||||
com_endpoint_message_not_appendable: '메시지를 수정하거나 다시 생성하세요.',
|
||||
com_endpoint_context_tokens: '최대 컨텍스트 토큰 수',
|
||||
com_endpoint_context_info:
|
||||
|
|
@ -2257,10 +2256,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