ant-design / ant-design-pro

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
https://pro.ant.design
MIT License
36.34k stars 8.14k forks source link

🧐[问题 | question] 非组件环境如何使用国际化 ? #11302

Open AlanSean opened 1 month ago

AlanSean commented 1 month ago

🧐 问题描述 | Problem description

非组件环境如何使用国际化 ?

AlanSean commented 1 month ago

plugin-locale -> localeExports.ts中我看到有导出个getIntl, 如果在纯ts逻辑中我使用getIntl进行一些message的国际化是否会对线上产生无法预测的影响?