From effea1029e2a8d7e0d936789fbc8924bdf3a91e1 Mon Sep 17 00:00:00 2001 From: Aivaras Spaicys Date: Wed, 9 Jan 2019 16:31:03 +0200 Subject: [PATCH] Change dolar names in Lithaunian --- src/languages/Lithuanian.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/Lithuanian.php b/src/languages/Lithuanian.php index 7e2b5c6..b0b095b 100644 --- a/src/languages/Lithuanian.php +++ b/src/languages/Lithuanian.php @@ -146,7 +146,7 @@ protected function getCurrencyName($type, $number, $currency) 'decimal' => array('kapeika', 'kapeikos', 'kapeikų'), ), self::CURRENCY_US_DOLLAR => array( - 'whole' => array('dolaras', 'dolarai', 'dolarų'), + 'whole' => array('doleris', 'doleriai', 'dolerių'), 'decimal' => array('centas', 'centai', 'centų'), ), );