summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/cs/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/cs/custom.py')
-rw-r--r--pendulum/locales/cs/custom.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/pendulum/locales/cs/custom.py b/pendulum/locales/cs/custom.py
new file mode 100644
index 0000000..5f66b69
--- /dev/null
+++ b/pendulum/locales/cs/custom.py
@@ -0,0 +1,23 @@
+"""
+cs custom locale file.
+"""
+
+translations = {
+ "units": {"few_second": "pár vteřin"},
+ # Relative time
+ "ago": "{} zpět",
+ "from_now": "za {}",
+ "after": "{0} po",
+ "before": "{0} zpět",
+ # Ordinals
+ "ordinal": {"one": ".", "two": ".", "few": ".", "other": "."},
+ # Date formats
+ "date_formats": {
+ "LTS": "h:mm:ss",
+ "LT": "h:mm",
+ "L": "DD. M. YYYY",
+ "LL": "D. MMMM, YYYY",
+ "LLL": "D. MMMM, YYYY h:mm",
+ "LLLL": "dddd, D. MMMM, YYYY h:mm",
+ },
+}