Skip to content

Commit

Permalink
Add ukrainian numbers with apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Sep 13, 2024
1 parent 7713438 commit 45fd4f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions number_parser/data/uk.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,14 @@
"чотириста": 400,
"п'ятсот": 500,
"пʼятсот": 500,
"п'ятисот": 500,
"пʼятисот": 500,
"пятсот": 500,
"пятисот": 500,
"шістсот": 600,
"сімсот": 700,
"вісімсот": 800,
"девятсот": 900,
"дев'ятсот": 900,
"девʼятсот": 900
},
Expand Down

0 comments on commit 45fd4f6

Please sign in to comment.