localeDefinitionOverride not overriding on vue example
Describe the bug localeDefinitionOverride not override label in all file upload (minimal, regular, inline)
To Reproduce Steps to reproduce the behavior: I'm using file-uploader official example for vue
- Go to 'codesandbox'
- Scroll down to button upload
- Button title is not overridden
Expected behavior Button title should be 'Upload photos' instead of 'Upload files'
Screenshots
Desktop (please complete the following information):
- OS: Windows
- Browser chrome
- Version 127.0.6533.119
Hey @iqbaltawakkal,
Thanks for the feedback!
There was a mistake: the localeDefinitionOverride property should be assigned to the uc-config element instead of the uc-upload-ctx-provider. I have updated the Codesandbox, so it's fixed now.
hi @nd0ut thanks, I also submit PR for the composition one https://github.com/uploadcare/blocks-examples/pull/35
hi @nd0ut thanks, I also submit PR for the composition one uploadcare/blocks-examples#35
Merged. Thanks!