refactor(locale): add en_NP and change ne to Devangari#3868
refactor(locale): add en_NP and change ne to Devangari#3868matthewmayer wants to merge 1 commit into
Conversation
Fixes faker-js#3655 An alternative approach to faker-js#3828 without semver-major breaking changes
✅ Deploy Preview for fakerjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #3868 +/- ##
=======================================
Coverage 98.92% 98.92%
=======================================
Files 908 917 +9
Lines 3159 3168 +9
Branches 581 564 -17
=======================================
+ Hits 3125 3134 +9
Misses 30 30
Partials 4 4
🚀 New features to boost your workflow:
|
|
I would still classify this as expectation breaking, though I wont block it. |
i see where you're coming from, though i'd say we have a general policy that changes/improvements to data can be done in any patch release. This isn't much different to for example someone relying on:
and then a patch release adds localized location.state data for
|
Fixes #3655
An alternative approach to #3828 without needing semver-major breaking changes. The existing English Nepal content is copied to en_NP, and ne is replaced with Devangari transliterations for city names, state names, first and last names.