Skip to content

Commit

Permalink
Merge pull request #7 from spaivaras/fix/lt-language
Browse files Browse the repository at this point in the history
Change dollar names in Lithuanian
  • Loading branch information
jurchiks authored Jan 9, 2019
2 parents 52ead3a + effea10 commit 7258553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/Lithuanian.php
Original file line number Diff line number Diff line change
Expand Up @@ -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ų'),
),
);
Expand Down

0 comments on commit 7258553

Please sign in to comment.