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

Improve Russian #1083

Merged
merged 7 commits into from
Oct 12, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix conflicts
  • Loading branch information
serhii73 committed Oct 12, 2022
commit 6714158697dd12a4c3eb261672fdd014360eba2b
34 changes: 0 additions & 34 deletions dateparser/data/date_translation_data/ru.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@
"девять": "9"
},
{
<<<<<<< HEAD
"десять": "10"
},
{
Expand Down Expand Up @@ -428,39 +427,6 @@
},
{
"((?<=(через|спустя|в течение)\\s+)года?|(?<=[^\\d]\\s+|^)год(?=(\\s+назад)))": "1 год"
=======
"два": "2"
},
{
"три": "3"
},
{
"четыре": "4"
},
{
"пять": "5"
},
{
"шесть": "6"
},
{
"семь": "7"
},
{
"восемь": "8"
},
{
"девять": "9"
},
{
"десять": "10"
},
{
"одиннадцать": "11"
},
{
"двенадцать": "12"
>>>>>>> f63981f (Update ru.py)
}
]
}