If you sort or search enum fields (e.g., user role) and have multiple languages in your app, you'll run into some problems, as the ordering and searching does not take the translation but the plain database value into account.
We need to find a way of how ordering and searching might take translations into account.