From a19d0c1b2a200062eb98c36173105eb6e3e2d9aa Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 31 Oct 2024 18:01:15 +0100 Subject: [PATCH] copy missing i18n files of select2 --- Gruntfile.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 1d6e62490..99a691676 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -74,6 +74,13 @@ module.exports = function (grunt) { ], dest: bootstrapDir + '/select2/js', flatten: true + },{ + expand: true, + src: [ + nodeDir + '/select2/dist/js/i18n/*' + ], + dest: bootstrapDir + '/select2/js/i18n', + flatten: true },{ expand: true, src: [