chore: 给个人中心的2个按钮加上 i18n (#7138)

* fix: 个人中心按钮i18n

* fix: eslint format

* fix: 调整label宽度让英文显示在一行

* chore: 调整label小点

* fix: import

---------

Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
This commit is contained in:
programmer
2026-01-26 16:12:09 +08:00
committed by GitHub
parent 6e8315ab40
commit 6a9012e5e4
4 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{
"updatePassword": "Update Password",
"updateBasicProfile": "Update Basic Profile"
}

View File

@@ -0,0 +1,4 @@
{
"updatePassword": "更新密码",
"updateBasicProfile": "更新基本信息"
}