summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/fo/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/fo/custom.py')
-rw-r--r--pendulum/locales/fo/custom.py44
1 files changed, 20 insertions, 24 deletions
diff --git a/pendulum/locales/fo/custom.py b/pendulum/locales/fo/custom.py
index 946ab19..456dd59 100644
--- a/pendulum/locales/fo/custom.py
+++ b/pendulum/locales/fo/custom.py
@@ -1,24 +1,20 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-
-"""
-fo custom locale file.
-"""
-
-translations = {
- # Relative time
- "after": "{0} aftaná",
- "before": "{0} áðrenn",
- # Ordinals
- "ordinal": {"other": "."},
- # 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",
- },
-}
+"""
+fo custom locale file.
+"""
+
+translations = {
+ # Relative time
+ "after": "{0} aftaná",
+ "before": "{0} áðrenn",
+ # Ordinals
+ "ordinal": {"other": "."},
+ # 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",
+ },
+}