Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api/content/items/{model} endpoint should contain all localized fields #243

Open
bomas13 opened this issue Jan 21, 2025 · 0 comments
Open

Comments

@bomas13
Copy link

bomas13 commented Jan 21, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant