summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/nb/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/nb/custom.py')
-rw-r--r--pendulum/locales/nb/custom.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/pendulum/locales/nb/custom.py b/pendulum/locales/nb/custom.py
deleted file mode 100644
index 4c7cd6a..0000000
--- a/pendulum/locales/nb/custom.py
+++ /dev/null
@@ -1,20 +0,0 @@
-"""
-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",
- },
-}