-
-
Notifications
You must be signed in to change notification settings - Fork 677
Open
Labels
a-i18nTranslation, localization, internationalizationTranslation, localization, internationalization
Description
The Zulip server attempts to localize error messages using the language sent in the HTTP Accept-Language
header. Unfortunately, we don't send that when making API calls.
The fix is probably to ensure that the locale
value is available in the Auth
object, so that apiFetch
(or one of its callees) will have it on hand to construct an appropriate Accept-Language
header.
Metadata
Metadata
Assignees
Labels
a-i18nTranslation, localization, internationalizationTranslation, localization, internationalization