Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes in ro language for numbers starting with 6 #124

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions data/ro.sor
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
3 trei
4 patru
5 cinci
6$ șase
6 șai
6 șase
7 șapte
8 opt
9 nouă
10 zece
11 unsprezece
12 doisprezece
14 paisprezece
16 șaisprezece
60 șaizeci
1(\d) $1sprezece
6(\d) șaizeci[ și $2]
(\d)(\d) $1zeci[ și $2]
1(\d\d) o sută[ $1]
(\d)(\d\d) $1 sute[ $2]
Expand Down