feat(locale): add animal data for az - #4075
Conversation
✅ 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 #4075 +/- ##
==========================================
- Coverage 99.14% 99.08% -0.06%
==========================================
Files 1112 1113 +1
Lines 3731 3732 +1
Branches 649 649
==========================================
- Hits 3699 3698 -1
- Misses 28 30 +2
Partials 4 4
🚀 New features to boost your workflow:
|
IMO this information does not add anything to the discussion as it is the expected bar you have to pass. CI is still red though... Please run |
|
Fair point, removed it from the description. |
There was a problem hiding this comment.
🟢 Approval recommended
The locale integration is complete, and all 256 entries satisfy sorting and uniqueness requirements.
Pull request overview
Adds Azerbaijani animal datasets, enabling localized output across all animal APIs.
Changes:
- Adds 256 Azerbaijani animal entries across 16 categories.
- Registers the animal definitions in the Azerbaijani locale.
- Adds the generated animal index.
File summaries
| File | Description |
|---|---|
src/locales/az/index.ts |
Registers animal data. |
src/locales/az/animal/index.ts |
Exports animal categories. |
src/locales/az/animal/bear.ts |
Adds bear names. |
src/locales/az/animal/bird.ts |
Adds bird names. |
src/locales/az/animal/cat.ts |
Adds cat breeds. |
src/locales/az/animal/cetacean.ts |
Adds cetacean names. |
src/locales/az/animal/cow.ts |
Adds cattle breeds. |
src/locales/az/animal/crocodilia.ts |
Adds crocodilian names. |
src/locales/az/animal/dog.ts |
Adds dog breeds. |
src/locales/az/animal/fish.ts |
Adds fish names. |
src/locales/az/animal/horse.ts |
Adds horse breeds. |
src/locales/az/animal/insect.ts |
Adds insect names. |
src/locales/az/animal/lion.ts |
Adds lion names. |
src/locales/az/animal/pet_name.ts |
Adds pet names. |
src/locales/az/animal/rabbit.ts |
Adds rabbit breeds. |
src/locales/az/animal/rodent.ts |
Adds rodent names. |
src/locales/az/animal/snake.ts |
Adds snake names. |
src/locales/az/animal/type.ts |
Adds general animal types. |
Review details
- Files reviewed: 18/18 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
ST-DDT
left a comment
There was a problem hiding this comment.
I threw the lists against a translator and got the following suggestions.
Please check them as I have no knowledge in this regard.
If they are correct as is, that is also fine.
This PR adds animal data for the az locale.
New files src/locales/az/animal: 16 files, 256 entries. The names are the ones used in Azerbaijani, so some lists are shorter than the English source.
Index files generated with pnpm run generate:locales.