summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/nl/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/nl/custom.py')
-rw-r--r--pendulum/locales/nl/custom.py50
1 files changed, 23 insertions, 27 deletions
diff --git a/pendulum/locales/nl/custom.py b/pendulum/locales/nl/custom.py
index c957cda..2ca5a85 100644
--- a/pendulum/locales/nl/custom.py
+++ b/pendulum/locales/nl/custom.py
@@ -1,27 +1,23 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-
-"""
-nl custom locale file.
-"""
-
-translations = {
- "units": {"few_second": "enkele seconden"},
- # Relative time
- "ago": "{} geleden",
- "from_now": "over {}",
- "after": "{0} later",
- "before": "{0} eerder",
- # Ordinals
- "ordinal": {"other": "e"},
- # Date formats
- "date_formats": {
- "L": "DD-MM-YYYY",
- "LL": "D MMMM YYYY",
- "LLL": "D MMMM YYYY HH:mm",
- "LLLL": "dddd D MMMM YYYY HH:mm",
- "LT": "HH:mm",
- "LTS": "HH:mm:ss",
- },
-}
+"""
+nl custom locale file.
+"""
+
+translations = {
+ "units": {"few_second": "enkele seconden"},
+ # Relative time
+ "ago": "{} geleden",
+ "from_now": "over {}",
+ "after": "{0} later",
+ "before": "{0} eerder",
+ # Ordinals
+ "ordinal": {"other": "e"},
+ # Date formats
+ "date_formats": {
+ "L": "DD-MM-YYYY",
+ "LL": "D MMMM YYYY",
+ "LLL": "D MMMM YYYY HH:mm",
+ "LLLL": "dddd D MMMM YYYY HH:mm",
+ "LT": "HH:mm",
+ "LTS": "HH:mm:ss",
+ },
+}