### Is there an existing issue for this? - [x] I have searched the existing issues ### Which Mux Elements/Packages does this apply to? Select all that apply mux-uploader ### Description Hi, I need to use the **<MuxUploader />** for my app but I need to translate the texts (I use next-intl) but it souldn't matters. Would it be possible to add some props to the **<MuxUploader />** component to change the texts that are displayed ? Or maybe there is another way I didn't found.  Thanks you. ### Expected Behavior Either something like this ```tsx <MuxUploader locale="fr" /> ``` or this ```tsx <MuxUploader texts={{upload: t('upload'), please_wait: t('please_wait') ...}} /> ```