summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/ru/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/ru/custom.py')
-rw-r--r--pendulum/locales/ru/custom.py44
1 files changed, 20 insertions, 24 deletions
diff --git a/pendulum/locales/ru/custom.py b/pendulum/locales/ru/custom.py
index ed770c3..b4c89bb 100644
--- a/pendulum/locales/ru/custom.py
+++ b/pendulum/locales/ru/custom.py
@@ -1,24 +1,20 @@
-# -*- 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",
- },
-}
+"""
+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",
+ },
+}