chatgpt-web
chatgpt-web copied to clipboard
Feature request: Support locale/i18n for prompt store
The UI message is currently hard-coded in the code as below:
https://github.com/Chanzhaoyu/chatgpt-web/blob/cf03b65a4d7ccb1f6e66049bb94180aae06f9d47/src/components/common/PromptStore/index.vue#L90
Would be nice to use locales as the other components, so that other languages can also be supported.
Thanks.