kartik-v / yii2-widget-datetimepicker

Enhanced Yii2 wrapper for the bootstrap datetimepicker plugin (sub repo split from yii2-widgets)
Other
105 stars 54 forks source link

Minified version of translations not found (only unminified) #96

Closed fabioaccetta closed 6 years ago

fabioaccetta commented 6 years ago

https://github.com/kartik-v/yii2-widget-datetimepicker/blob/3470c587b35d659907cb02c35cbde492623011c4/src/DateTimePicker.php#L179

Hi, in this line you call $this->setLanguage([...], '.min.js'); but the corresponding file assets/js/locales/bootstrap-datetimepicker.<language>.min.js does not exists, only the unminified version exists.

Installed version: v1.4.5 by composer.