-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(locale): add id_ID translation for animal, color, commerce, and word also add country to location id_ID translation. #3608
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
Shinigami92
merged 5 commits into
faker-js:next
from
RizalAnas00:add-animal-color-commerce-id_ID
Nov 5, 2025
Merged
feat(locale): add id_ID translation for animal, color, commerce, and word also add country to location id_ID translation. #3608
Shinigami92
merged 5 commits into
faker-js:next
from
RizalAnas00:add-animal-color-commerce-id_ID
Nov 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…word also add country to location id_ID translation.
✅ 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 #3608 +/- ##
=========================================
Coverage 99.97% 99.97%
=========================================
Files 2906 2932 +26
Lines 222684 226992 +4308
Branches 931 931
=========================================
+ Hits 222631 226939 +4308
Misses 53 53
🚀 New features to boost your workflow:
|
matthewmayer
approved these changes
Sep 10, 2025
Shinigami92
approved these changes
Oct 17, 2025
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added id_ID translations for animal, color, commerce, and word, plus country.ts for Indonesian location names. I also add few things that don't exist in en locale, such as komodo in animal/type.ts, etc. Is that okay? This is my first time contributing to Open Source, sorry if there is any mistake here. I'm looking forward to it. Thanks