summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/sk/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/sk/custom.py')
-rw-r--r--pendulum/locales/sk/custom.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/pendulum/locales/sk/custom.py b/pendulum/locales/sk/custom.py
deleted file mode 100644
index 71afb15..0000000
--- a/pendulum/locales/sk/custom.py
+++ /dev/null
@@ -1,20 +0,0 @@
-"""
-sk custom locale file.
-"""
-
-translations = {
- # Relative time
- "ago": "pred {}",
- "from_now": "o {}",
- "after": "{0} po",
- "before": "{0} pred",
- # 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",
- },
-}