Skip to content

Commit

Permalink
Merge pull request #1 from aziznatour/master
Browse files Browse the repository at this point in the history
Added more locales, resorted locales, fixed the `try` currency.
  • Loading branch information
wandersoncs authored May 29, 2018
2 parents d14043b + fd7acde commit a741a18
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions src/locales.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,36 @@
exports.locales = {
af: 'spaceThousCommaDec',
'da-DK': 'dotThousCommaDec',
'de-AT': 'dotThousCommaDec',
'de-BE': 'dotThousCommaDec',
'de-CH': 'apostrophThousDotDec',
'de-DE': 'dotThousCommaDec',
'de-LI': 'apostrophThousDotDec',
de: 'dotThousCommaDec',
'en-CA': 'spaceThousCommaDec',
'en-GB': 'commaThousDotDec',
'en-US': 'commaThousDotDec',
en: 'commaThousDotDec',
'es-MX': 'commaThousDotDec',
es: 'dotThousCommaDec',
'fr-CA': 'spaceThousCommaDec',
fr: 'spaceThousCommaDec',
'hu-HU': 'spaceThousCommaDec',
hu: 'spaceThousCommaDec',
is: 'dotThousCommaDec',
it: 'dotThousCommaDec',
'nb-NO': 'spaceThousCommaDec',
nl: 'dotThousCommaDec',
'nl-BE': 'dotThousCommaDec',
'nl-NL': 'dotThousCommaDec',
nl: 'dotThousCommaDec',
'pt-BR': 'dotThousCommaDec',
pt: 'dotThousCommaDec',
'ro-RO': 'dotThousCommaDec',
'ru-RU': 'spaceThousCommaDec',
de: 'dotThousCommaDec',
en: 'commaThousDotDec',
fr: 'spaceThousCommaDec',
hu: 'spaceThousCommaDec',
it: 'dotThousCommaDec',
ro: 'dotThousCommaDec',
ru: 'spaceThousCommaDec'
'ru-RU': 'spaceThousCommaDec',
ru: 'spaceThousCommaDec',
sq: 'dotThousCommaDec',
tr: 'dotThousCommaDec'
};

exports.currencySymbols = {
Expand Down Expand Up @@ -127,7 +136,7 @@ exports.currencySymbols = {
twd: 'NT$',
thb: '฿',
ttd: 'TT$',
try: '',
try: '',
trl: '₤',
tvd: '$',
ugx: 'USh',
Expand Down

0 comments on commit a741a18

Please sign in to comment.