Skip to content

Conversation

mazyar-kawa02
Copy link

No description provided.

@mazyar-kawa02 mazyar-kawa02 requested a review from a team as a code owner October 4, 2025 16:46
Copy link

netlify bot commented Oct 4, 2025

Deploy Preview for fakerjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 57087e3
🔍 Latest deploy log https://app.netlify.com/projects/fakerjs/deploys/68ed0dc9608a3a000825aba4
😎 Deploy Preview https://deploy-preview-3629.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 project configuration.

@xDivisionByZerox xDivisionByZerox added c: feature Request for new feature c: locale Permutes locale definitions p: 1-normal Nothing urgent labels Oct 4, 2025
@xDivisionByZerox xDivisionByZerox added this to the vAnytime milestone Oct 4, 2025
@xDivisionByZerox xDivisionByZerox added m: color Something is referring to the color module m: person Something is referring to the person module labels Oct 4, 2025
@mazyar-kawa02
Copy link
Author

mazyar-kawa02 commented Oct 5, 2025

@xDivisionByZerox @matthewmayer now I’ve made all the changes you asked for.

weight: 1,
},
{ value: '{{person.firstName}} {{person.lastName}}', weight: 5 },
{ value: '{{person.lastName}} {{person.firstName}}', weight: 5 },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct that names are sometimes written

LastName FirstName

And sometimes

FirstName LastName ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a problem, but now It has been solved

@@ -0,0 +1,22 @@
export default [
'Bor',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are colors usually capitalized? If not then please lowercase these.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry, now it has been solved.

@matthewmayer
Copy link
Contributor

please also re-run pnpm run test:update-snapshots to fix snapshot tests

@mazyar-kawa02
Copy link
Author

@matthewmayer Okay now everything is done

Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.97%. Comparing base (67617a6) to head (57087e3).
⚠️ Report is 1 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff            @@
##             next    #3629    +/-   ##
========================================
  Coverage   99.97%   99.97%            
========================================
  Files        2906     2918    +12     
  Lines      222684   223030   +346     
  Branches      932      932            
========================================
+ Hits       222631   222977   +346     
  Misses         53       53            
Files with missing lines Coverage Δ
src/locale/index.ts 100.00% <100.00%> (ø)
src/locale/ku_kmr_latin.ts 100.00% <100.00%> (ø)
src/locales/index.ts 100.00% <100.00%> (ø)
src/locales/ku_kmr_latin/color/human.ts 100.00% <100.00%> (ø)
src/locales/ku_kmr_latin/color/index.ts 100.00% <100.00%> (ø)
src/locales/ku_kmr_latin/index.ts 100.00% <100.00%> (ø)
src/locales/ku_kmr_latin/metadata.ts 100.00% <100.00%> (ø)
src/locales/ku_kmr_latin/person/first_name.ts 100.00% <100.00%> (ø)
src/locales/ku_kmr_latin/person/index.ts 100.00% <100.00%> (ø)
src/locales/ku_kmr_latin/person/job_type.ts 100.00% <100.00%> (ø)
... and 4 more
🚀 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.

@mazyar-kawa02
Copy link
Author

@matthewmayer @xDivisionByZerox Could you please check now and let me know if there are any issues?

@matthewmayer
Copy link
Contributor

Nothing required on your end at this point. The one remaining test failure Is unrelated to this issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little confused here. Usually, only the locale that gets added should be in the diff here. But the entire table is marked as a diff. At first I thought it was due to the new line character being incorrect, but the formatter should have fixed that and didn't through on the check. So I'm a little confused.

@matthewmayer any idea what is going on here? 🤔

@@ -0,0 +1,6 @@
// src/locales/ku_lat/person/prefix.ts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw multiple of these comment. Do these indicate locale data that should be equivalent across the Kurdish locales in the Latin script?

Copy link
Author

@mazyar-kawa02 mazyar-kawa02 Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is only for my personal use. I usually add several comments like this across all my projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: feature Request for new feature c: locale Permutes locale definitions m: color Something is referring to the color module m: person Something is referring to the person module p: 1-normal Nothing urgent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants