Marek Madejski and GitHub
38d2752728
Merge branch 'master' into master
2019-01-14 15:19:17 +01:00
Marek Madejski
52fb935d8c
PL: regular names for powers of thousand
...
Names for powers of thousand are now built instead of being hardcoded - less error-prone and more concise.
2018-12-28 11:57:12 +01:00
Marek Madejski
cb55d7b91d
Merge remote-tracking branch 'upstream/master'
2018-12-28 11:14:26 +01:00
Marek Madejski
9bd1bebb0e
Shortened one test number for PEP8 compliance - smaller number parts are already tested.
2018-12-05 10:54:02 +01:00
Marek Madejski
4a0b323fa9
early continue
...
skip processing given power of thousand if it is 0
2018-12-03 16:07:15 +01:00
Marek Madejski
d78add4c3a
Update test_pl.py
...
unit test fix
2018-12-03 12:40:04 +01:00
Marek Madejski
b8cd4ba181
no word for zero value of thousand's power; PL unit test fix
...
Before: 1_000_000_000 = "miliard milionów tysięcy" (with words for zero millions and thousands)
After: "miliard" (no words if value for given power of 1000 is 0)
2018-12-03 12:03:16 +01:00
Marek Madejski and GitHub
518ce0b606
Update lang_PL.py
...
typo in "dziewięćset" (900) fix
2018-12-03 11:30:45 +01:00
Marek Madejski and GitHub
efde954697
Update test_pl.py
...
added test for a really big number in Polish
2018-12-03 11:14:55 +01:00
Marek Madejski and GitHub
f26c3a139a
Update test_pl.py
...
test for really big number's Polish name
2018-12-03 11:05:36 +01:00
Marek Madejski and GitHub
a147dc3d34
Update lang_PL.py
...
PEP8 compliance
2018-12-03 09:59:53 +01:00
Marek Madejski and GitHub
8fde057760
Update lang_PL.py
...
- typo in "kwadryliard"
- expanded long scale up to decilliard (10^63)
- PEP8 compliance
2018-12-03 09:57:37 +01:00
Marek Madejski and GitHub
562e446716
Update lang_PL.py
...
- typo in "kwadryliard"
- expanded long scale up to decilliard (10^63)
2018-11-30 09:42:15 +01:00