From b7363cea199e00f71c9e2d0bfbbd93189ee80f31 Mon Sep 17 00:00:00 2001 From: Minku Koo Date: Wed, 6 Nov 2024 00:15:17 +0900 Subject: [PATCH] Translation update: fixed Korean before/after translations. --- src/pendulum/locales/ko/custom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pendulum/locales/ko/custom.py b/src/pendulum/locales/ko/custom.py index 3dabc8d6..c3546b7e 100644 --- a/src/pendulum/locales/ko/custom.py +++ b/src/pendulum/locales/ko/custom.py @@ -6,8 +6,8 @@ translations = { # Relative time - "after": "{0} 전", - "before": "{0} 후", + "after": "{0} 후", + "before": "{0} 전", # Date formats "date_formats": { "LTS": "A h시 m분 s초",