summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/he/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/he/custom.py')
-rw-r--r--pendulum/locales/he/custom.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/pendulum/locales/he/custom.py b/pendulum/locales/he/custom.py
new file mode 100644
index 0000000..51f8476
--- /dev/null
+++ b/pendulum/locales/he/custom.py
@@ -0,0 +1,23 @@
+"""
+he custom locale file.
+"""
+
+translations = {
+ "units": {"few_second": "כמה שניות"},
+ # Relative time
+ "ago": "לפני {0}",
+ "from_now": "תוך {0}",
+ "after": "בעוד {0}",
+ "before": "{0} קודם",
+ # Ordinals
+ "ordinal": {"other": "º"},
+ # Date formats
+ "date_formats": {
+ "LTS": "H:mm:ss",
+ "LT": "H:mm",
+ "LLLL": "dddd, D [ב] MMMM [ב] YYYY H:mm",
+ "LLL": "D [ב] MMMM [ב] YYYY H:mm",
+ "LL": "D [ב] MMMM [ב] YYYY",
+ "L": "DD/MM/YYYY",
+ },
+}