diff --git a/i18n-currencies.js b/i18n-currencies.js index 94e907f..0bcd188 100644 --- a/i18n-currencies.js +++ b/i18n-currencies.js @@ -1035,7 +1035,7 @@ module.exports = { USD: { coinCode: 'USD', coinNumber: '840', - coinIname: { enUS: 'United States dollar', zhCN: '美元' }, + coinIname: { enUS: 'US dollar', zhCN: '美元' }, coinPrecision: '2', coinSymbol: '$', usedIn: { diff --git a/i18n-lands.js b/i18n-lands.js index 60b5359..56c43b0 100644 --- a/i18n-lands.js +++ b/i18n-lands.js @@ -973,7 +973,8 @@ module.exports = { iso3: 'DOM', isoName: 'DOMINICAN REPUBLIC', isod: '214', - itc: '1 809/829/849', + itc: '1', + itcSub: '809/829/849', legalstatus: '1', name: { enUS: 'Dominican Republic', native: 'República Dominicana', zhCN: '多米尼加', zhHK: '多米尼加', zhTW: '多米尼加' }, namefull: { enUS: 'the Dominican Republic', zhCN: '多米尼加共和国' }, @@ -2921,7 +2922,8 @@ module.exports = { iso3: 'PRI', isoName: 'PUERTO RICO', isod: '630', - itc: '1 787/939', + itc: '1', + itcSub: '787/939', legalstatus: '2', name: { enUS: 'Puerto Rico', zhCN: '波多黎各', zhHK: '波多黎各', zhTW: '波多黎各' }, namefull: { enUS: '', zhCN: '波多黎各自由邦' },