summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/ko/custom.py
blob: 2c0e50c5847ab14a01e03f2be157299cc1535ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""
ko custom locale file.
"""

translations = {
    # Relative time
    "after": "{0} 뒤",
    "before": "{0} 앞",
    # Date formats
    "date_formats": {
        "LTS": "A h시 m분 s초",
        "LT": "A h시 m분",
        "LLLL": "YYYY년 MMMM D일 dddd A h시 m분",
        "LLL": "YYYY년 MMMM D일 A h시 m분",
        "LL": "YYYY년 MMMM D일",
        "L": "YYYY.MM.DD",
    },
}