🔄 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

@ -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: '메시지를 수정하거나 다시 생성하세요.',