mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +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' },
|
SGD: { endPointKey: 'SGD', symbol: 'S$', locale: 'zh-SG' },
|
||||||
SEK: { endPointKey: 'SEK', symbol: 'kr', locale: 'sv-SE' },
|
SEK: { endPointKey: 'SEK', symbol: 'kr', locale: 'sv-SE' },
|
||||||
THB: { endPointKey: 'THB', symbol: '฿', locale: 'th-TH' },
|
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' },
|
UAH: { endPointKey: 'UAH', symbol: '₴', locale: 'uk-UA' },
|
||||||
VEF: { endPointKey: 'VEF', symbol: 'Bs.', locale: 'es-VE' },
|
VEF: { endPointKey: 'VEF', symbol: 'Bs.', locale: 'es-VE' },
|
||||||
ZAR: { endPointKey: 'ZAR', symbol: 'R', locale: 'en-ZA' },
|
ZAR: { endPointKey: 'ZAR', symbol: 'R', locale: 'en-ZA' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue