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

translations = {
    # Relative time
    "after": "{0} efter",
    "before": "{0} før",
    # Date formats
    "date_formats": {
        "LTS": "HH:mm:ss",
        "LT": "HH:mm",
        "LLLL": "dddd [d.] D. MMMM YYYY HH:mm",
        "LLL": "D. MMMM YYYY HH:mm",
        "LL": "D. MMMM YYYY",
        "L": "DD/MM/YYYY",
    },
}