mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Locales for Bootstrap Datepicker v1.9.0 added
This commit is contained in:
@ -227,6 +227,8 @@ helpers.determineResourceName = function (filename) {
|
||||
helpers.determineBundle = function (path = '') {
|
||||
if (path.includes('findify')) {
|
||||
return 'Findify';
|
||||
} else if (path.includes('bootstrap-datepicker')) {
|
||||
return 'Bootstrap Datepicker';
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user