Moved to ES6
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
parent
5146cd8c39
commit
357b4c7a4c
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
import * as locale from 'date-fns/locale'
|
||||
define(["globalize"], function (globalize) {
|
||||
import { ar, be, bg, ca, cs, da, de, el, enGB, enUS, es, faIR, fi, fr, frCA, he, hi, hr, hu, id, it, kk, ko, lt, ms, nb, nl, pl, ptBR, pt, ro, ru, sk, sl, sv, tr, uk, vi, zhCN, zhTW } from 'date-fns/locale';
|
||||
import globalize from 'globalize';
|
||||
|
||||
"use strict";
|
||||
|
||||
function getLocale()
|
||||
|
@ -100,4 +101,4 @@ define(["globalize"], function (globalize) {
|
|||
return {
|
||||
getLocale: getLocale
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue