Skip to content

Commit

Permalink
Merge branch 'master' into devicel
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Jun 15, 2020
2 parents 5c07a9a + c9cd223 commit 6bb1405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/fiatUnit.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ export const FiatUnit = Object.freeze({
CLP: { endPointKey: 'CLP', symbol: '$', locale: 'es-CL' },
CZK: { endPointKey: 'CZK', symbol: 'Kč', locale: 'cs-CZ' },
CNY: { endPointKey: 'CNY', symbol: '¥', locale: 'zh-CN' },
EUR: { endPointKey: 'EUR', symbol: '€', locale: 'en-EN' },
EUR: { endPointKey: 'EUR', symbol: '€', locale: 'en-IE' },
GBP: { endPointKey: 'GBP', symbol: '£', locale: 'en-GB' },
HRK: { endPointKey: 'HRK', symbol: 'HRK', locale: 'hr-HR' },
HUF: { endPointKey: 'HUF', symbol: 'Ft', locale: 'hu-HU' },
ILS: { endPointKey: 'ILS', symbol: '₪', locale: 'he-IL' },
INR: { endPointKey: 'INR', symbol: '₹', locale: 'hi-HN' },
JPY: { endPointKey: 'JPY', symbol: '¥', locale: 'ja-JP' },
KRW: { endPointKey: 'KRW', symbol: '₩', locale: 'ko-KR' },
Expand Down

0 comments on commit 6bb1405

Please sign in to comment.