UNPKG

iobroker.coronavirus-statistics

Version:

Adapter to show Global Corona Virus information and current reports

8 lines (6 loc) 248 B
// Translator if country names are not iso conform const countryTranslator = { // https://github.com/i-rocky/country-list-js/blob/master/data/names.json 'Saint Pierre Miquelon': 'Saint Pierre and Miquelon' }; module.exports = countryTranslator;