Skip to content

Commit

Permalink
Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Apr 1, 2024
1 parent a11bf65 commit 58582da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class CKEditorSetupService {

try {
await import(
/* webpackPrefetch: true; webpackChunkName: "ckeditor-translation" */ `../../../../../../vendor/ckeditor/translations/${I18n.locale}.js`
/* webpackPrefetch: true; webpackChunkName: "ckeditor-translation" */ `../../../../../../vendor/ckeditor/translations/${I18n.locale.toLowerCase()}.js`
) as unknown;
this.loadedLocale = I18n.locale.toLowerCase();
} catch (e:unknown) {
Expand Down

0 comments on commit 58582da

Please sign in to comment.