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