1
0
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:
nobody
2020-06-25 20:56:48 +02:00
parent 3427fcb461
commit 840e73e76d
90 changed files with 183 additions and 10 deletions

View File

@ -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 '';
}