chatgpt-web icon indicating copy to clipboard operation
chatgpt-web copied to clipboard

Feature request: Support locale/i18n for prompt store

Open PeterDaveHello opened this issue 2 years ago • 0 comments

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.

PeterDaveHello avatar Mar 11 '23 14:03 PeterDaveHello