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, 20 insertions, 0 deletions
diff --git a/pendulum/locales/sk/custom.py b/pendulum/locales/sk/custom.py
new file mode 100644
index 0000000..71afb15
--- /dev/null
+++ b/pendulum/locales/sk/custom.py
@@ -0,0 +1,20 @@
+"""
+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",
+ },
+}