Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(locale): don't try dynamically importing the default locale #2098

Merged
merged 1 commit into from
Mar 18, 2024

Commits on Mar 14, 2024

  1. fix(locale): don't try dynamically importing the default locale

    If `"en"` is passed as locale to the `<EmberFlatpickr />` component, the
    addon will try importing a file `flatpickr/dist/l10n/en.js` which does
    not exist as English is the default language that is included in the
    core and doesn't need to be imported additionally.
    anehx committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    868f6eb View commit details
    Browse the repository at this point in the history