I’ve noticed the admins and moderators group name are not translatable. Is there something I missed? I remember as if these could have been translated in the past. But I’m not sure about that.
The group names should be updated every 12 hours by a background job as long as your new group names are valid usernames, because group names are validated against the same rules as usernames.
You might need to update the unicode_usernames site setting if your translations contain non-ASCII characters.
I always forget this. I remembered for this correctly because one of my test site the group names changed right, but the unicode_usernames setting was enabled for testing purpose. I forgot this step here.
But I didn’t enable this setting for now because I don’t want to enable it for usernames. So now I use names without accents in group names. We’ll see how it goes.
Thank you so much for your help!
Edit: Just updated now and everything works as expected! Thanks again!