-
-
Notifications
You must be signed in to change notification settings - Fork 943
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
docs(guide): add locale error handling sections #3055
Conversation
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3055 +/- ##
==========================================
- Coverage 99.97% 99.96% -0.01%
==========================================
Files 2772 2772
Lines 226173 226173
Branches 592 941 +349
==========================================
- Hits 226108 226105 -3
- Misses 65 68 +3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Could we add an example of a case where a built in locale definition is deliberately null? For example location.zipCode for en_HK because Hong Kong has no ZIP codes. |
@ST-DDT 2 |
Ready for review |
Co-authored-by: DivisionByZero <leyla.jaehnig@gmx.de>
Fixes: #3053
null
Locale Data #3053This PR adds an explanation to the missing and non-applicable locale errors and ways to handle them.
Preview: