Skip to content

Commit

Permalink
✨ feat: locale file
Browse files Browse the repository at this point in the history
  • Loading branch information
绾歌 committed Jun 17, 2024
1 parent 4c97c44 commit 8599469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export interface LocaleProps {
clearCurrentDialogue: string;
clearDialogue: string;
clearModalTitle: string;
connectNetwork: string;
defaultHelloMessage: string;
cancel: string;
confirm: string;
Expand All @@ -13,4 +14,5 @@ export interface LocaleProps {
edit: string;
history: string;
regenerate: string;
refresh: string;
}

0 comments on commit 8599469

Please sign in to comment.