-
-
Notifications
You must be signed in to change notification settings - Fork 920
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
refactor(locale)!: use singular locale definition keys #2932
refactor(locale)!: use singular locale definition keys #2932
Conversation
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Also please edit this section and add the renames: |
Please make sure to run |
hey @matthewmayer i have some doubt i am facing error how can i connect with you ? |
…ttps://github.com/SaurabhXRT/faker-xrt into Use-singular-locale-definition-keys-faker-js#2911
Co-authored-by: DivisionByZero <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2932 +/- ##
=======================================
Coverage 99.94% 99.95%
=======================================
Files 2987 2987
Lines 216037 216037
Branches 946 951 +5
=======================================
+ Hits 215927 215942 +15
+ Misses 110 95 -15
|
Two more small changes and then this is good to go. |
Co-authored-by: Matt Mayer <[email protected]>
Co-authored-by: ST-DDT <[email protected]>
@SaurabhXRT Thank you for your contribution ❤️ |
Overview
This PR addresses issue #2911 by standardizing the locale definition keys to use singular naming. This change improves consistency across the codebase and aligns with the team decision discussed in the issue.
Changes Made
LoremDefinition
to use the singular keyword
instead ofwords
.lorem
definition file to useword
:words
toword
.SystemDefinition
to use singular keys:directory_paths
todirectory_path
.mime_types
tomime_type
.Testing
Additional Notes
Please review the changes and let me know if any further updates are needed. This change includes a breaking change label as it modifies the locale definition keys, which might affect backward compatibility.