ADD: TZS Fiat

This commit is contained in:
marcosrodriguezseminole 2021-03-03 15:59:49 -05:00 committed by Overtorment
parent 470cc5947d
commit fe8ba4fef8
2 changed files with 9 additions and 0 deletions

View File

@ -270,6 +270,14 @@
<key>locale</key>
<string>zh-Hant-TW</string>
</dict>
<dict>
<key>endPointKey</key>
<string>TZS</string>
<key>symbol</key>
<string>TSh</string>
<key>locale</key>
<string>en-TZ</string>
</dict>
<dict>
<key>endPointKey</key>
<string>UAH</string>

View File

@ -41,6 +41,7 @@ export const FiatUnit = Object.freeze({
TRY: { endPointKey: 'TRY', symbol: '₺', locale: 'tr-TR', source: FiatUnitSource.CoinDesk },
THB: { endPointKey: 'THB', symbol: '฿', locale: 'th-TH', source: FiatUnitSource.CoinDesk },
TWD: { endPointKey: 'TWD', symbol: 'NT$', locale: 'zh-Hant-TW', source: FiatUnitSource.CoinDesk },
TZS: { endPointKey: 'TZS', symbol: 'TSh', locale: 'en-TZ', source: FiatUnitSource.CoinDesk },
UAH: { endPointKey: 'UAH', symbol: '₴', locale: 'uk-UA', source: FiatUnitSource.CoinDesk },
UYU: { endPointKey: 'UYU', symbol: '$', locale: 'es-UY', source: FiatUnitSource.CoinDesk },
VEF: { endPointKey: 'VEF', symbol: 'Bs.', locale: 'es-VE', source: FiatUnitSource.CoinDesk },