You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the old version all localized fields were in the response as e.g. title_en, title_de, title_fr, ...
Now only the "default" translation is added to the response except you provide a URL query param "locale" with the preferred language.
This causes an extra request for each language your application might be shown in.
Can you, for example, add a locale=* or locale=all parameter to restore the old behavior, or make it configurable from the settings?
The text was updated successfully, but these errors were encountered:
Hi,
in the old version all localized fields were in the response as e.g. title_en, title_de, title_fr, ...
Now only the "default" translation is added to the response except you provide a URL query param "locale" with the preferred language.
This causes an extra request for each language your application might be shown in.
Can you, for example, add a locale=* or locale=all parameter to restore the old behavior, or make it configurable from the settings?
The text was updated successfully, but these errors were encountered: