Correct currencies for Latvia and Lithuania (#4508)

master
Zaahir Moolla 2017-09-25 11:46:08 -04:00 committed by GitHub
parent 39df16f326
commit 8330aebf31
1 changed files with 7 additions and 7 deletions

View File

@ -1248,9 +1248,9 @@
"ucwords": "Latvia",
"currencies": [
{
"shortcode": "LVL",
"currency": "Latvian Lats",
"string": "Latvian Lats (LVL)"
"shortcode": "EUR",
"currency": "Euro",
"string": "Euro (EUR)"
}
]
},
@ -1313,9 +1313,9 @@
"ucwords": "Lithuania",
"currencies": [
{
"shortcode": "LTL",
"currency": "Lithuanian Litas",
"string": "Lithuanian Litas (LTL)"
"shortcode": "EUR",
"currency": "Euro",
"string": "Euro (EUR)"
}
]
},
@ -2564,4 +2564,4 @@
}
]
}
}
}