summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/nn/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/nn/custom.py')
-rw-r--r--pendulum/locales/nn/custom.py44
1 files changed, 20 insertions, 24 deletions
diff --git a/pendulum/locales/nn/custom.py b/pendulum/locales/nn/custom.py
index 666f1b4..4c7cd6a 100644
--- a/pendulum/locales/nn/custom.py
+++ b/pendulum/locales/nn/custom.py
@@ -1,24 +1,20 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-
-"""
-nn custom locale file.
-"""
-
-translations = {
- # Relative time
- "after": "{0} etter",
- "before": "{0} før",
- # Ordinals
- "ordinal": {"one": ".", "two": ".", "few": ".", "other": "."},
- # Date formats
- "date_formats": {
- "LTS": "HH:mm:ss",
- "LT": "HH:mm",
- "LLLL": "dddd Do MMMM YYYY HH:mm",
- "LLL": "Do MMMM YYYY HH:mm",
- "LL": "Do MMMM YYYY",
- "L": "DD.MM.YYYY",
- },
-}
+"""
+nn custom locale file.
+"""
+
+translations = {
+ # Relative time
+ "after": "{0} etter",
+ "before": "{0} før",
+ # Ordinals
+ "ordinal": {"one": ".", "two": ".", "few": ".", "other": "."},
+ # Date formats
+ "date_formats": {
+ "LTS": "HH:mm:ss",
+ "LT": "HH:mm",
+ "LLLL": "dddd Do MMMM YYYY HH:mm",
+ "LLL": "Do MMMM YYYY HH:mm",
+ "LL": "Do MMMM YYYY",
+ "L": "DD.MM.YYYY",
+ },
+}