# Tutor-mfe header translation

**URL:** https://discuss.openedx.org/t/tutor-mfe-header-translation/8164
**Category:** Tutor Help
**Tags:** tutor-mfe
**Created:** [August 26, 2022, 12:09pm UTC](https://discuss.openedx.org/t/tutor-mfe-header-translation/8164 "2022-08-26T12:09:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![milller](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/milller/32/4226_2.png) [@milller](https://discuss.openedx.org/u/milller)
#### Post date: [August 26, 2022, 12:09pm UTC](https://discuss.openedx.org/t/tutor-mfe-header-translation/8164/1 "2022-08-26T12:09:12Z")

</div>

Hello everyone!  
Is there any chance to change the translations in tutor-mfe plugin header menu? I changed other translations as described for each app-name, but header isn’t app.

---

<div class="post-metadata">

### Author: ![ghassan](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/ghassan/32/2779_2.png) [@ghassan](https://discuss.openedx.org/u/ghassan)
#### Post date: [August 28, 2022, 5:12am UTC](https://discuss.openedx.org/t/tutor-mfe-header-translation/8164/2 "2022-08-28T05:12:31Z")

</div>

I think for header/footer to change strings, you would need:

- Fork the component and apply you trsnlations
- Rebuid the compoenenet i.e. npm run build or make build
- Update your mfes to use your fork version of header/footer i.e. instead of getting it from npm, to get from your git repo.
- And lastly you need to rebuild the tutor-mfe image.

Refrerence implmentation can be found here (_point 3 above can be done as a tutor plugin_) [New translations MFE not used in latest Tutor - Tutor - Overhang.IO](https://discuss.overhang.io/t/new-translations-mfe-not-used-in-latest-tutor/2468)
