PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 38 forks source link

language support #35

Closed LuziferSenpai closed 3 years ago

LuziferSenpai commented 3 years ago

Wouldnt it be easy to add a csv for languages? So we can have all the different names for pokemon? Most of them can be fetched from for example pokewiki.de.

I dont know how to work with csv, but I would love to use the languages for my new website that I currently work on.

Greetz,

Luzifer

Naramsim commented 3 years ago

We already provide many different names in different languages.

Check out https://pokeapi.co/api/v2/pokemon-species/1/. You find in the .names[] several languages.

LuziferSenpai commented 3 years ago

Oh sry, didnt see that! Thanks!