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

View File

@@ -1370,5 +1370,13 @@
"title": "No Roles Found",
"desc": "You haven't created any custom roles yet."
}
},
"profile": {
"avatar_alt": "Avatar",
"menu": {
"profile": "Profile",
"settings": "Settings",
"sign_out": "Sign out"
}
}
}