1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 18:06:55 +00:00
* Maintenance: Update dependencies.
This commit is contained in:
SirStendec 2019-12-31 18:09:09 -05:00
parent a4a16af5e1
commit 4e0ed7ddcb
3 changed files with 1516 additions and 842 deletions

View file

@ -592,7 +592,7 @@ export class TranslationManager extends Module {
await import(
/* webpackMode: 'lazy' */
/* webpackChunkName: 'i18n-[index]' */
`dayjs/locale/${locale}`
`dayjs/locale/${locale}.js`
);
} catch(err) {
this.log.warn(`Unable to load day.js locale data for locale "${locale}"`, err);