feat: close #2449 edit / insert / delete messages modal

This commit is contained in:
Yidadaa
2023-07-21 00:24:26 +08:00
parent e5f6133127
commit 7c2fa9f8a4
5 changed files with 211 additions and 110 deletions

View File

@@ -20,6 +20,12 @@ const en: LocaleType = {
},
Chat: {
SubTitle: (count: number) => `${count} messages`,
EditMessage: {
Topic: {
Title: "Topic",
SubTitle: "Change the current topic",
},
},
Actions: {
ChatList: "Go To Chat List",
CompressedHistory: "Compressed History Memory Prompt",