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

translations = {
    # Relative time
    "ago": "{} назад",
    "from_now": "через {}",
    "after": "{0} после",
    "before": "{0} до",
    # Date formats
    "date_formats": {
        "LTS": "HH:mm:ss",
        "LT": "HH:mm",
        "L": "DD.MM.YYYY",
        "LL": "D MMMM YYYY г.",
        "LLL": "D MMMM YYYY г., HH:mm",
        "LLLL": "dddd, D MMMM YYYY г., HH:mm",
    },
}