alan-turing-institute / sqlsynthgen

Synthetic data for SQL databases
MIT License
11 stars 0 forks source link

Make mimesis locale configurable in make-generators #71

Open mhauru opened 1 year ago

mhauru commented 1 year ago

Currently it's hard coded to be EN.

mhauru commented 1 year ago

This is currently set on line 25 of make.py:

        "generic = Generic(locale=Locale.EN_GB)",
mhauru commented 1 year ago

We should probably have an option to specify this in the YAML config file. Maybe a top-level setting called mimesis-locale.