`pokemon-form/tauros-paldea-combat-breed` is missing "Combat Breed" in some of form_names
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.2k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 21
Description
In some of form_names, it is just called "Paldean Form".
{
"id": 10419,
"name": "tauros-paldea-combat-breed",
"form_name": "paldea-combat-breed",
"form_names": [
{
"language": {
"name": "ja-hrkt",
"url": "https://pokeapi.co/api/v2/language/1/"
},
"name": "パルデアのすがた"
},
{
"language": {
"name": "fr",
"url": "https://pokeapi.co/api/v2/language/5/"
},
"name": "Forme de Paldéa"
},
{
"language": {
"name": "en",
"url": "https://pokeapi.co/api/v2/language/9/"
},
"name": "Paldean Form (Combat Breed)"
},
{
"language": {
"name": "ja",
"url": "https://pokeapi.co/api/v2/language/11/"
},
"name": "パルデアのすがた"
}
],
"names": [
{
"language": {
"name": "fr",
"url": "https://pokeapi.co/api/v2/language/5/"
},
"name": "Tauros de Paldéa Race Combative"
},
{
"language": {
"name": "en",
"url": "https://pokeapi.co/api/v2/language/9/"
},
"name": "Paldean Tauros (Combat Breed)"
}
]
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the data for Pokémon form 10419, tauros-paldea-combat-breed, and compare every localized form_names entry with the expected Combat Breed naming. Done means entries that currently say only “Paldean Form” correctly include the Combat Breed distinction; the issue does not name a file or test to run.
Written by the indexing model from the issue text.
Assessment
- Domain
- content
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100