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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: