mirror of
https://github.com/luxfi/pics.git
synced 2026-07-27 05:11:31 +00:00
actual, actual, ACTUAL************ monkey patch
This commit is contained in:
@@ -17,8 +17,8 @@ const countries = require('i18n-iso-countries')
|
||||
|
||||
//Monkey patch until https://github.com/michaelwittig/node-i18n-iso-countries/issues/322
|
||||
const alpha3s = countries.getAlpha3Codes();
|
||||
alpha3s['TOR'] = 'Tor Hidden Service';
|
||||
alpha3s['LOKI'] = 'Lokinet SNApp';
|
||||
alpha3s['TOR'] = 'TOR';
|
||||
alpha3s['LOKI'] = 'LOKI';
|
||||
|
||||
i18n.getLocales()
|
||||
.forEach(locale => {
|
||||
|
||||
Reference in New Issue
Block a user