summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/sk/custom.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-05 10:38:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-05 10:38:34 +0000
commite3bdad36cc3a1a00c1e6772ca1c1898085ab73e0 (patch)
tree34512072a667ae716fd262e7b37e733e60fe4d89 /pendulum/locales/sk/custom.py
parentAdding upstream version 2.1.2. (diff)
downloadpendulum-upstream/3.0.0_a1.tar.xz
pendulum-upstream/3.0.0_a1.zip
Adding upstream version 3.0.0~a1.upstream/3.0.0_a1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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",
+ },
+}