Skip to content

Commit

Permalink
Update cs (#1131)
Browse files Browse the repository at this point in the history
Close #350
  • Loading branch information
serhii73 committed Jan 27, 2023
1 parent 213ed1c commit bedc881
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dateparser/data/date_translation_data/cs.py
Expand Up @@ -116,13 +116,15 @@
"měs",
"měsíc",
"měsíců",
"měsíce"
"měsíce",
"měsícem"
],
"week": [
"týd",
"týden",
"týdnů",
"týdny"
"týdny",
"týdnem"
],
"day": [
"den",
Expand All @@ -134,13 +136,15 @@
"hodina",
"hodin",
"hodiny",
"hodinou",
"hodinu",
"hodinami"
],
"minute": [
"min",
"minuta",
"minut",
"minutami",
"minuty"
],
"second": [
Expand Down Expand Up @@ -301,5 +305,10 @@
"in": [
"ve",
"v"
],
"simplifications": [
{
"teď": "0 sekunda"
}
]
}
Expand Up @@ -31,19 +31,23 @@ year:
month:
- měsíců
- měsíce
- měsícem
week:
- týdnů
- týdny
- týdnem
day:
- dnů
- dny
hour:
- hodin
- hodiny
- hodinou
- hodinu
- hodinami
minute:
- minut
- minutami
- minuty
second:
- sekundy
Expand All @@ -61,3 +65,6 @@ in:
relative-type:
2 day ago:
- předevčírem

simplifications:
- teď: 0 sekunda

0 comments on commit bedc881

Please sign in to comment.