Skip to content

Conversation

GermanBluefox
Copy link
Contributor

Users and groups could be multi-translated

interface UserCommon extends ObjectCommon {
/** The username */
name: string;
name: StringOrTranslated;
Copy link
Collaborator

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..

Copy link
Contributor Author

@GermanBluefox GermanBluefox Aug 26, 2024

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

Copy link
Collaborator

@foxriver76 foxriver76 left a 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

@GermanBluefox
Copy link
Contributor Author

Tests are failing currently

Done

@foxriver76 foxriver76 changed the title Groups and users can have name as StringOrTranslated too (e.g. admins) [types]: Groups and users can have name as StringOrTranslated too (e.g. admins) Sep 2, 2024
@foxriver76 foxriver76 merged commit 3718997 into master Sep 2, 2024
12 checks passed
@foxriver76 foxriver76 deleted the add-type-to-group branch September 2, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants