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": "Ingen roller funnet",
"desc": "Du har ikke opprettet noen egendefinerte roller ennå."
}
},
"profile": {
"avatar_alt": "Avatar",
"menu": {
"profile": "Profil",
"settings": "Innstillinger",
"sign_out": "Logg ut"
}
}
}