fix(datepicker): dynamic translations fallback path
This commit is contained in:
parent
af0c26f6ff
commit
fe4848410f
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ export class LionCalendarOverlayFrame extends LocalizeMixin(DomHelpersMixin(LitE
|
|||
case 'uk':
|
||||
return import('@lion/overlays/translations/uk.js');
|
||||
default:
|
||||
return import(`../translations/${locale}.js`);
|
||||
return import(`@lion/overlays/translations/${locale}.js`);
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue