plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
453 stars 613 forks source link

Get language/multilingual settings from the backend #5507

Open erral opened 10 months ago

erral commented 10 months ago

PLIP (Plone Improvement Proposal)

Responsible Persons

Proposer: Mikel Larreategi

Seconder:

Abstract

When using Volto we have 2 places where we need to set the language settings:

This is a bit cumbersome, because it should be as easy as just enabling the languages in the backend to be able to have them in the frontend.

Motivation

Assumptions

Proposal & Implementation

Deliverables

Risks

Participants

JeffersonBledsoe commented 10 months ago

@erral Would we have to make this language request on each SSR render, or would it be possible to make the call on the Volto server startup and store the AsyncConnect result somewhere?

erral commented 10 months ago