Skip to content

Commit

Permalink
Try to fix Gantt, by adding translations, but is not visible yet.
Browse files Browse the repository at this point in the history
Thanks to xet7 !
  • Loading branch information
xet7 committed May 28, 2022
1 parent 083c3cc commit a08c01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/components/gantt/gantt.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import moment from 'moment/min/moment-with-locales';
import { TAPi18n } from '/imports/i18n';
import gantt from 'dhtmlx-gantt';
import 'dhtmlx-gantt/codebase/dhtmlxgantt.css';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bunyan": "^1.8.15",
"core-js": "^3.18.2",
"dhtmlx-gantt": "^7.1.2",
"dompurify": "^2.3.6",
"dompurify": "^2.3.2",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^5.0.0",
"exceljs": "^4.2.1",
Expand Down

0 comments on commit a08c01c

Please sign in to comment.