Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Work is being done to simplify and modernize the translation flow, see todo link to modernized instructions https://openedx.atlassian.net/wiki/spaces/FEDX/pages/3574267905/MFE+Localization#%5CuD83D%5CuDCD8-Instructions-(modernized)-(WIP)

  1. Ensure all strings in the MFE are utilizing i18n (example) (more details here: Internationalize your application with react-intl and here: https://openedx.atlassian.net/wiki/spaces/LOC/pages/3103293538/MFE+Translation+How+To+s#How-to-internationalize-your-React-App)

  2. Check if the MFE is already set up to automatically pull translations from transifex (look for commits that say chore(i18n) from edx-transifex-bot) (example)

    1. If the MFE is already using the bot you should be all set by simply adding messages to the source files in src/i18n

    2. If the MFE is not using the bot you can still extract/push/pull translations manually (also see Set up Transifex)

...