Sorry I don't know if this is a yii2-widget-fileinput issue or bootstrap-fileinput issue.
Steps to reproduce the issue
Create Form with vendor/kartik-v/yii2-widget-fileinput/src/FileInput.php widget
use version 5.1.0 or higher of kartik-v/bootstrap-fileinput
Set 'language' => 'de' in yii2 config file
Expected behavior and actual behavior
When I follow those steps, I see the … in the Input of my widget.
I was expecting to see the ... like in Version 5.0.9 or lower of kartik-v/bootstrap-fileinput
Environment
Browsers
[x] Google Chrome
[x] Mozilla Firefox
Libraries
jQuery version: v3.4.1
bootstrap-fileinput version: 5.1.0 or Higher
yii2-widget-fileinput: 1.0.9
Isolating the problem
I think the problem is that in the local js fils the dots in the msgPlaceholder where replaced with the … entity
(enh #1577): Use … instead of three dots
Sorry I don't know if this is a yii2-widget-fileinput issue or bootstrap-fileinput issue.
Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, I see the … in the Input of my widget.
I was expecting to see the ... like in Version 5.0.9 or lower of kartik-v/bootstrap-fileinput
Environment
Browsers
Libraries
Isolating the problem
I think the problem is that in the local js fils the dots in the msgPlaceholder where replaced with the … entity (enh #1577): Use
…
instead of three dots