Skip to content

fix(locale): ko modified street_name to street_name_part #3485

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

Merged
merged 5 commits into from
May 13, 2025

Conversation

seoahan
Copy link
Contributor

@seoahan seoahan commented Apr 20, 2025

Fixed street pattern usage for ko locale #2062
street_name.ts modified to street_name_part.ts. street_pattern.ts correspondingly modified.

Additionally:
Updated data to more accurately represent state names and street names.

Street names:
Added data to street_name_part.ts (formerly street_name.ts).
Added and modified data in street_suffix.ts. The previous suffixes in street_suffix.ts were not suffixes for street names, but rather for zones/areas. Modified the suffixes for accuracy, and added additional suffixes involving numbers as common for Korean street names.

State names:
Changes to state names have been moved to PR #3487

@seoahan seoahan requested a review from a team as a code owner April 20, 2025 05:33
Copy link

netlify bot commented Apr 20, 2025

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit 6beb282
🔍 Latest deploy log https://app.netlify.com/sites/fakerjs/deploys/6823554a9ade130008fe1ed0
😎 Deploy Preview https://deploy-preview-3485.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Apr 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.97%. Comparing base (d6ba4cc) to head (6beb282).
Report is 1 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #3485   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files        2880     2880           
  Lines      220417   220507   +90     
  Branches      949      949           
=======================================
+ Hits       220362   220454   +92     
+ Misses         55       53    -2     
Files with missing lines Coverage Δ
src/locales/ko/location/index.ts 100.00% <100.00%> (ø)
src/locales/ko/location/street_name_part.ts 100.00% <100.00%> (ø)
src/locales/ko/location/street_pattern.ts 100.00% <100.00%> (ø)
src/locales/ko/location/street_suffix.ts 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@matthewmayer
Copy link
Contributor

Could you split the state name changes to a separate PR? Keeps it cleaner.

@seoahan seoahan force-pushed the next branch 2 times, most recently from f2b68b4 to d0461cd Compare April 21, 2025 06:56
@seoahan
Copy link
Contributor Author

seoahan commented Apr 21, 2025

Could you split the state name changes to a separate PR? Keeps it cleaner.

Yes, I've split the state name changes to this PR: #3487
First time I've split a PR, please let me know if there are issues.

@xDivisionByZerox xDivisionByZerox added p: 1-normal Nothing urgent c: locale Permutes locale definitions m: location Something is referring to the location module labels Apr 21, 2025
@xDivisionByZerox xDivisionByZerox added this to the vAnytime milestone Apr 21, 2025
@xDivisionByZerox xDivisionByZerox merged commit c15da8e into faker-js:next May 13, 2025
23 checks passed
@xDivisionByZerox xDivisionByZerox modified the milestones: vAnytime, v9.x May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: locale Permutes locale definitions m: location Something is referring to the location module p: 1-normal Nothing urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants