From 2b301f414097d596b503513cd58ac52824ea3588 Mon Sep 17 00:00:00 2001 From: Tadas Varanauskas Date: Fri, 8 May 2020 16:59:42 +0300 Subject: [PATCH] Change the currency of Lithuania to EUR Lithuania has switched to [EUR in 2015](https://ec.europa.eu/info/business-economy-euro/euro-area/euro/eu-countries-and-euro/lithuania-and-euro_en) Fixes #134 --- fixtures/countryInfo.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/fixtures/countryInfo.json b/fixtures/countryInfo.json index aaa0adcf..46531129 100644 --- a/fixtures/countryInfo.json +++ b/fixtures/countryInfo.json @@ -1467,11 +1467,10 @@ }, "Lithuania": { "code": "lt", - "currency": "LTL", - "currency_fraction": "Centas", + "currency": "EUR", + "currency_fraction": "Cent", "currency_fraction_units": 100, - "currency_name": "Lithuanian Litas", - "currency_symbol": "Lt", + "currency_symbol": "\u20ac", "date_format": "yyyy-MM-dd", "number_format": "# ###,##", "timezones": [ @@ -2742,4 +2741,4 @@ "code": "ax", "number_format": "#,###.##" } -} \ No newline at end of file +}