coreui/coreui-vue

CFormInput type="file" localization

btseee opened this issue · 2 comments

I want add translation the "Browse" and "No file selected" text are there any method to do it ?:

<CFormInput type="file" :ref="id" :multiple="multiple" :accept="accept" @change="previewFiles" :readonly="readonly" />

I don't think this is theme based.
Both texts are provided by the browser and the current user language.
as CFormInput with type of file only renders to :
<input accept="*" class="form-control" type="file">

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions