Skip to content

Commit fe48484

Browse files
author
Mikhail Bashkirov
committed
fix(datepicker): dynamic translations fallback path
1 parent af0c26f commit fe48484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/input-datepicker/src/LionCalendarOverlayFrame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class LionCalendarOverlayFrame extends LocalizeMixin(DomHelpersMixin(LitE
107107
case 'uk':
108108
return import('@lion/overlays/translations/uk.js');
109109
default:
110-
return import(`../translations/${locale}.js`);
110+
return import(`@lion/overlays/translations/${locale}.js`);
111111
}
112112
},
113113
},

0 commit comments

Comments
 (0)