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 frontend needs to have internationalization (currently English and German). As I see it, this involves two levels:
Backend should provide the OpenAPI-schema in different languages (depending on a query parameter), so that data-driven frontend components (e.g. the tables) can directly get strings in the active language from here.
Frontend-only strings.
For the 2. level, I suggest to go with i18next, as it appears to be the state-of-the-art approach for React apps.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The frontend needs to have internationalization (currently English and German). As I see it, this involves two levels:
For the 2. level, I suggest to go with i18next, as it appears to be the state-of-the-art approach for React apps.
Beta Was this translation helpful? Give feedback.
All reactions