Files
dancefinder-app/translations/numberFormats.js
T

15 lines
182 B
JavaScript
Raw Normal View History

export default {
2020-01-25 14:59:14 +01:00
en: {
currency: {
2020-01-25 14:59:14 +01:00
style: 'currency',
currency: 'USD'
}
},
2020-01-25 14:59:14 +01:00
sv: {
currency: {
2020-01-25 14:59:14 +01:00
style: 'currency',
currency: 'SEK'
}
}
}