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.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/pendulum/locales/fo/custom.py b/pendulum/locales/fo/custom.py
new file mode 100644
index 0000000..946ab19
--- /dev/null
+++ b/pendulum/locales/fo/custom.py
@@ -0,0 +1,24 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
+
+"""
+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",
+ },
+}