mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
- add uzs for ru and en
This commit is contained in:
committed by
Willem Van Onsem
parent
2ca98971e1
commit
084ace67cb
@@ -131,6 +131,12 @@ class Num2WordsENTest(TestCase):
|
||||
"four pesos and one cent"
|
||||
)
|
||||
|
||||
self.assertEqual(
|
||||
num2words('2000.00', lang='en', to='currency', separator=' and',
|
||||
cents=True, currency='UZS'),
|
||||
"two thousand sums and zero tiyins"
|
||||
)
|
||||
|
||||
def test_to_year(self):
|
||||
# issue 141
|
||||
# "e2 e2"
|
||||
|
||||
Reference in New Issue
Block a user