mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +00:00
4.17.11
* Maintenance: Update dependencies.
This commit is contained in:
parent
a4a16af5e1
commit
4e0ed7ddcb
3 changed files with 1516 additions and 842 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue