summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/da/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/da/custom.py')
-rw-r--r--pendulum/locales/da/custom.py40
1 files changed, 18 insertions, 22 deletions
diff --git a/pendulum/locales/da/custom.py b/pendulum/locales/da/custom.py
index 258e47b..c62ab83 100644
--- a/pendulum/locales/da/custom.py
+++ b/pendulum/locales/da/custom.py
@@ -1,22 +1,18 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-
-"""
-da custom locale file.
-"""
-
-translations = {
- # Relative time
- "after": "{0} efter",
- "before": "{0} før",
- # Date formats
- "date_formats": {
- "LTS": "HH:mm:ss",
- "LT": "HH:mm",
- "LLLL": "dddd [d.] D. MMMM YYYY HH:mm",
- "LLL": "D. MMMM YYYY HH:mm",
- "LL": "D. MMMM YYYY",
- "L": "DD/MM/YYYY",
- },
-}
+"""
+da custom locale file.
+"""
+
+translations = {
+ # Relative time
+ "after": "{0} efter",
+ "before": "{0} før",
+ # Date formats
+ "date_formats": {
+ "LTS": "HH:mm:ss",
+ "LT": "HH:mm",
+ "LLLL": "dddd [d.] D. MMMM YYYY HH:mm",
+ "LLL": "D. MMMM YYYY HH:mm",
+ "LL": "D. MMMM YYYY",
+ "L": "DD/MM/YYYY",
+ },
+}