FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.48k stars 331 forks source link

fix #834: adjective animal #835

Closed gam6itko closed 6 months ago

gam6itko commented 6 months ago

What is the reason for this PR?

Author's checklist

Summary of changes

Allows to generate adjective animals like in google sheet

echo $faker->animal() // 'cat'
echo $faker->adjectiveAnimal() // 'curious cat'

I've added base Animal provider with en. I've also added translaltion for ru_RU

Review checklist

pimjansen commented 6 months ago

See my comment on the issue. Also this is an enhancement which clearly stated in the contribution guide