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.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/pendulum/locales/fo/custom.py b/pendulum/locales/fo/custom.py
deleted file mode 100644
index 456dd59..0000000
--- a/pendulum/locales/fo/custom.py
+++ /dev/null
@@ -1,20 +0,0 @@
-"""
-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",
- },
-}