postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.84k stars 839 forks source link

Please add localized dynamic variables #9190

Open tonnyyi opened 4 years ago

tonnyyi commented 4 years ago

Postman uses the faker library to generate dummy data. And as of version v2.0.0 faker.js has support for multiple localities.. So please add a configuration item or API so that I can set locale when using dynamic variables.

amine-err commented 1 year ago

It would just be better to include fakerjs directly so we require it and use all of it's features, i see no benefit in the way postman uses faker library, apart from being able to use it in places other than scripts which can be easily fixed by creating variables of the data we want.