Skip to content

Commit 2a72767

Browse files
feat: update tests for Korean date expression variants
1 parent 291cb97 commit 2a72767

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_languages.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,11 @@ def test_translation(self, shortname, datetime_string, expected_translation):
16811681
param("ko", "2분 후", "in 2 minute"),
16821682
param("ko", "5년 전", "5 year ago"),
16831683
param("ko", "다음 달", "in 1 month"),
1684+
param("ko", "금일", "0 day ago"),
1685+
param("ko", "작일", "1 day ago"),
1686+
param("ko", "명일", "in 1 day"),
1687+
param("ko", "3달 전", "3 month ago"),
1688+
param("ko", "2달 후", "in 2 month"),
16841689
# ksb
16851690
param("ksb", "keloi", "in 1 day"),
16861691
param("ksb", "evi eo", "0 day ago"),

0 commit comments

Comments
 (0)