mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 13:54:01 +01:00
feat: update localization for 'about' section and remove unused chat type
This commit is contained in:
@@ -4,7 +4,6 @@ export enum ChatType {
|
||||
LOCATION = 'location',
|
||||
THEME = 'theme',
|
||||
LANGUAGE = 'language',
|
||||
ABOUT = 'about',
|
||||
PROJECTS = 'projects',
|
||||
WRITINGS = 'writings',
|
||||
EXPERIENCES = 'experiences',
|
||||
@@ -123,13 +122,6 @@ export const ChatMessages = [
|
||||
prompt: 'command.credits.prompt',
|
||||
type: ChatType.CREDITS,
|
||||
},
|
||||
{
|
||||
label: 'command.about.label',
|
||||
icon: 'i-ph-person-arms-spread-duotone',
|
||||
prompt: 'command.about.prompt',
|
||||
type: ChatType.ABOUT,
|
||||
fetchStates: [ChatFetchState.CHECKING],
|
||||
},
|
||||
{
|
||||
label: 'command.projects.label',
|
||||
icon: 'i-ph-code-duotone',
|
||||
|
||||
Reference in New Issue
Block a user