Make errors returned from HTTP API localizable #1192
Labels
client
Improvements or additions to the web client
enhancement
New feature or request
i18n
aka Internationalization, Localization, Translation
Is your feature request related to a problem? Please describe.
Most REST API endpoints return errors with messages in english, which then get directly displayed to users. This results in users that may not speak english getting english error messages, and they may not be able to troubleshoot issues they are having.
Describe the solution you'd like
English error messages can remain in API responses as they are, but when displayed in the UI they should use the
name
field to look up the appropriate error message.Additional context
No response
The text was updated successfully, but these errors were encountered: