Skip to content

Commit

Permalink
Add KZT and UAH currencies to lang RU
Browse files Browse the repository at this point in the history
  • Loading branch information
satels authored and erozqba committed Sep 10, 2019
1 parent 2d1a318 commit ca5989a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions num2words/lang_RU.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ class Num2Word_RU(Num2Word_Base):
'USD': (
('доллар', 'доллара', 'долларов'), ('цент', 'цента', 'центов')
),
'UAH': (
('гривна', 'гривны', 'гривен'), ('копейка', 'копейки', 'копеек')
),
'KZT': (
('тенге', 'тенге', 'тенге'), ('тиын', 'тиына', 'тиынов')
),
}

def setup(self):
Expand Down

0 comments on commit ca5989a

Please sign in to comment.