ant-design / pro-chat

🤖 Components Library for Quickly Building LLM Chat Interfaces.
https://pro-chat.antdigital.dev
MIT License
586 stars 72 forks source link

👑 [需求] 什么时候支持国际化、多语言 #232

Open spiderT opened 1 month ago

spiderT commented 1 month ago

🥰 需求描述

希望像antd一样,支持国际化、多语言

ONLY-yours commented 1 month ago

@LCJove 搞一搞?直接继承自 antd 的 ConfigProvider 里面的 i18n 看起来非常ok

LCJove commented 1 month ago

不太好直接用吧,antd原有的组件可以用,prochat写的多语言库里没包含 咱们目前是有中英文了,如果想要更多的话可以开一个口子支持其他用户定义的语言

huangyz0918 commented 1 month ago

怎么切换成英文呢?

uniquejava commented 1 month ago

怎么切换成英文呢?

指定 locale="en-US", BTW, 很想要一个日文.

image
LCJove commented 1 month ago

@ONLY-yours 需不需要开一个口子让用户自定义文案,我看内容不是很多,直接在locale={{placeholder: 'ko ni ji wa'}} image