mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
FIX: Missing (NT) before $ sign
This commit is contained in:
parent
6a7d3bdb05
commit
34d9291beb
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Reference in a new issue