How to change locale string of progress bar when using DashboardModal in React?
Especially:
Pass a locale prop with the strings:
<DashboardModal
locale={{
strings: {
uploading: 'Bezig met uploaden',
uploadComplete: 'Klaar!'
}
}}
/>
The StatusBar locale keys are currently missing in the documentation; adding in #633.
uploadComplete works.
uploading doesn't.
oh, you're right 馃 Fixing in #640!
Thanks for reporting, will be out in the next patch release soon.
Most helpful comment
Pass a
localeprop with the strings:The StatusBar locale keys are currently missing in the documentation; adding in #633.