feat: add config migration
This commit is contained in:
parent
cf6e5354ec
commit
da0d25c040
4 changed files with 26 additions and 5 deletions
|
|
@ -129,7 +129,8 @@ function migrateLocales (config) {
|
|||
country: 'country',
|
||||
fiatCurrency: 'fiatCurrency',
|
||||
machineLanguages: 'languages',
|
||||
cryptoCurrencies: 'cryptoCurrencies'
|
||||
cryptoCurrencies: 'cryptoCurrencies',
|
||||
timezone: 'timezone'
|
||||
}
|
||||
|
||||
const { global, scoped } = getConfigFields(_.keys(codes), config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue