/
How translations work
How translations work
There are three places in frontend code that relate to translation/i18n. They are
The app shell, in locale.ts. This sets up i18next and react-i18next.
The OpenMRS Component Decorator, in which getLifecycle/getAsyncLifecycle wraps root components. This provides the connection between the i18next "backend" (still on the client side, despite the name) and the microfrontend it wraps.
The microfrontend, which uses the `t` function or `<Trans>` component to produce rendered content.
, multiple selections available,
Related content
Set Up Translations in a Frontend Module
Set Up Translations in a Frontend Module
More like this
Configure Translations
Configure Translations
More like this
Understanding Translators' Needs: Summary and Notes from interview calls and shadow sessions
Understanding Translators' Needs: Summary and Notes from interview calls and shadow sessions
More like this
How to Translate OpenMRS
How to Translate OpenMRS
More like this
Documentation on How to Translate OpenMRS
Documentation on How to Translate OpenMRS
More like this
Localization and Languages
Localization and Languages
More like this