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

translations = {
    # Relative time
    "ago": "pred {}",
    "from_now": "o {}",
    "after": "{0} po",
    "before": "{0} pred",
    # Date formats
    "date_formats": {
        "LTS": "HH:mm:ss",
        "LT": "HH:mm",
        "LLLL": "dddd, D. MMMM YYYY HH:mm",
        "LLL": "D. MMMM YYYY HH:mm",
        "LL": "D. MMMM YYYY",
        "L": "DD.MM.YYYY",
    },
}