ADD: UYU currency

This commit is contained in:
marcosrdz 2020-11-20 23:41:12 -05:00
parent adffac5dbf
commit 68095e01e0
2 changed files with 9 additions and 0 deletions

View file

@ -269,6 +269,14 @@
<string>₴</string>
<key>locale</key>
<string>uk-UA</string>
</dict>
<dict>
<key>endPointKey</key>
<string>UYU</string>
<key>symbol</key>
<string>$</string>
<key>locale</key>
<string>es-UY</string>
</dict>
<dict>
<key>endPointKey</key>

View file

@ -32,6 +32,7 @@ export const FiatUnit = Object.freeze({
THB: { endPointKey: 'THB', symbol: '฿', locale: 'th-TH' },
TWD: { endPointKey: 'TWD', symbol: 'NT$', locale: 'zh-Hant-TW' },
UAH: { endPointKey: 'UAH', symbol: '₴', locale: 'uk-UA' },
UYU: { endPointKey: 'UYU', symbol: '$', locale: 'es-UY' },
VEF: { endPointKey: 'VEF', symbol: 'Bs.', locale: 'es-VE' },
VES: { endPointKey: 'VES', symbol: 'Bs.', locale: 'es-VE', dataSource: 'https://api.yadio.io/json', rateKey: 'VES' },
ZAR: { endPointKey: 'ZAR', symbol: 'R', locale: 'en-ZA' },