feat(ui): add i18n support for profile dropdown

This commit is contained in:
rustmailer
2025-12-26 14:45:43 +08:00
parent 0f3ad83004
commit e8a15695d8
19 changed files with 151 additions and 6 deletions
+8
View File
@@ -1370,5 +1370,13 @@
"title": "역할을 찾을 수 없음",
"desc": "사용자 정의 역할이 아직 생성되지 않았습니다."
}
},
"profile": {
"avatar_alt": "아바타",
"menu": {
"profile": "프로필",
"settings": "설정",
"sign_out": "로그아웃"
}
}
}