Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion dateparser/data/date_translation_data/fi.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@
"[",
"]",
"|",
","
",",
"klo"
],
"sentence_splitter_group": 1,
"ago": [
Expand Down
1 change: 1 addition & 0 deletions tests/test_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def setUp(self):
param("fi", "su joulu 16, 2015", "sunday december 16 2015"),
param("fi", "1. tammikuuta, 2016", "1. january 2016"),
param("fi", "tiistaina, 27. lokakuuta 2015", "tuesday 27. october 2015"),
param("fi", "28 maalis klo 9:37", "28 march 9:37"),
# Japanese
param("ja", "午後3時", "pm 3:00"),
param("ja", "2時", "2:00"),
Expand Down