benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.23k stars 611 forks source link

Add regional names #690

Closed benkeen closed 3 years ago

benkeen commented 3 years ago

This is kind of a must, I think.

benkeen commented 3 years ago

Not sure how to best handle this yet. The country data is currently imported all into the main bundle, since it provides data for many data types. I found having 29 separate loaded bundles async was much slower than just including it once in the main bundle, despite the extra weight. But adding in names for each country is really going to increase the size again.

Perhaps we could do this:

That'd work...

benkeen commented 3 years ago

Closing. Added about 10 plugins, but all should be added over time. Will add China too before 4.0.6.