feat: 添加国际化支持,更新 RWA 申购页面和相关文本,优化用户体验

This commit is contained in:
2025-12-19 23:02:09 +07:00
parent fb8cec3027
commit 384b0855d3
5 changed files with 87 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ export type MessageSchema = typeof enUS;
const i18n = createI18n<MessageSchema, "en-US" | "zh-CN">({
legacy: false,
locale: "zh-CN",
locale: "en-US",
fallbackLocale: "en-US",
messages: {
"en-US": enUS,