15 lines
182 B
JavaScript
15 lines
182 B
JavaScript
export default {
|
|
en: {
|
|
currency: {
|
|
style: 'currency',
|
|
currency: 'USD'
|
|
}
|
|
},
|
|
sv: {
|
|
currency: {
|
|
style: 'currency',
|
|
currency: 'SEK'
|
|
}
|
|
}
|
|
}
|