FIX: Missing (NT) before $ sign

This commit is contained in:
Marcos Rodriguez Vélez 2020-09-22 15:26:46 -04:00 committed by Overtorment
parent 6a7d3bdb05
commit 34d9291beb

View file

@ -27,7 +27,7 @@ export const FiatUnit = Object.freeze({
SGD: { endPointKey: 'SGD', symbol: 'S$', locale: 'zh-SG' },
SEK: { endPointKey: 'SEK', symbol: 'kr', locale: 'sv-SE' },
THB: { endPointKey: 'THB', symbol: '฿', locale: 'th-TH' },
TWD: { endPointKey: 'TWD', symbol: '$', locale: 'zh-Hant-TW' },
TWD: { endPointKey: 'TWD', symbol: 'NT$', locale: 'zh-Hant-TW' },
UAH: { endPointKey: 'UAH', symbol: '₴', locale: 'uk-UA' },
VEF: { endPointKey: 'VEF', symbol: 'Bs.', locale: 'es-VE' },
ZAR: { endPointKey: 'ZAR', symbol: 'R', locale: 'en-ZA' },