File: //proc/1233/cwd/home/arjun/projects/env/lib/python3.10/site-packages/pendulum/locales/ru/custom.py
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
"""
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",
},
}