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: add fallback for CLDR dev use case #2844

Merged
merged 3 commits into from
Feb 23, 2021
Merged

Conversation

pskelin
Copy link
Contributor

@pskelin pskelin commented Feb 19, 2021

In the development workflow (simple imports without assets), when a specific locale is supported by the framework, but a loader is missing (assets not configured for productive usage), there used to be an error.

With this change, the default locale is chosen as fallback so that development workflow is still functional, but a warning is output that productive usage is not setup.

FIXES: #2836

- imrpove warning message
@pskelin pskelin requested a review from vladitasev February 19, 2021 11:24
@pskelin pskelin merged commit deb173a into master Feb 23, 2021
@pskelin pskelin deleted the fix-dev-locale-missing branch February 23, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DatePicker: Missing locale crashes application
2 participants