-
-
Notifications
You must be signed in to change notification settings - Fork 58
[types]: Groups and users can have name as StringOrTranslated too (e.g. admins) #2876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
interface UserCommon extends ObjectCommon { | ||
/** The username */ | ||
name: string; | ||
name: StringOrTranslated; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still not a big fan of having translated usernames anywhere. If necessary - okay..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is already used. administrator
group and admin
user are already multi-language for a long long time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing currently
Done |
Users and groups could be multi-translated