d-voting icon indicating copy to clipboard operation
d-voting copied to clipboard

Internalisation: follow data format from the backend

Open PascalinDe opened this issue 2 years ago • 0 comments

The backend e.g. sends the information in the form of

{en: 'english title', de: 'german title', fr: 'french title'}

which gets transformed into flat strings Title, TitleDe and TitleFr, which is less flexible than the data format above. The frontend should follow the Object/Map structure as well to allow for easier handling translations.

PascalinDe avatar Sep 01 '23 08:09 PascalinDe