Skip to content

Commit

Permalink
Depend on datepicker locales (uk, de, fr, it)
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed May 23, 2018
1 parent c45c199 commit 073e068
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/misc/datepickerComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ import ngeoMiscTime from 'ngeo/misc/Time.js';
import 'angular-ui-date';
import 'jquery-ui/themes/base/all.css';

// FIXME: import the locales in the applications
import 'jquery-ui/ui/i18n/datepicker-fr.js';
import 'jquery-ui/ui/i18n/datepicker-en-GB.js';
import 'jquery-ui/ui/i18n/datepicker-de.js';
import 'jquery-ui/ui/i18n/datepicker-it.js';


/**
* @type {!angular.Module}
Expand Down

0 comments on commit 073e068

Please sign in to comment.