We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0c26f commit fe48484Copy full SHA for fe48484
packages/input-datepicker/src/LionCalendarOverlayFrame.js
@@ -107,7 +107,7 @@ export class LionCalendarOverlayFrame extends LocalizeMixin(DomHelpersMixin(LitE
107
case 'uk':
108
return import('@lion/overlays/translations/uk.js');
109
default:
110
- return import(`../translations/${locale}.js`);
+ return import(`@lion/overlays/translations/${locale}.js`);
111
}
112
},
113
0 commit comments