welovedevs / react-ultimate-resume

💼 🎨 A modern software developer resume built with React and JSONResume
https://welovedevs.com/react-ultimate-resume
GNU Affero General Public License v3.0
2.12k stars 626 forks source link

Allow i18n overrides #104

Closed dmcwhorter closed 2 years ago

dmcwhorter commented 2 years ago

This change allows an external IntlProvider to override the default messages used by the project.

Context: I'm using this project to build my professional website by integrating it into a create-react-app typescript project (https://github.com/dmcwhorter/resume). I'd like to be able to override some of the default text built into the project. Right now I'm building a custom version of react-ultimate-resume just for this one line change, if you all think it would be useful for others I'd like to contribute it back and keep in sync with the releases of the project.

clementdevos commented 2 years ago

Seems good to me ! Sorry for the long PR delay !