summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/fr/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/fr/custom.py')
-rw-r--r--pendulum/locales/fr/custom.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/pendulum/locales/fr/custom.py b/pendulum/locales/fr/custom.py
deleted file mode 100644
index 134f297..0000000
--- a/pendulum/locales/fr/custom.py
+++ /dev/null
@@ -1,23 +0,0 @@
-"""
-fr custom locale file.
-"""
-
-translations = {
- "units": {"few_second": "quelques secondes"},
- # Relative Time
- "ago": "il y a {0}",
- "from_now": "dans {0}",
- "after": "{0} après",
- "before": "{0} avant",
- # Ordinals
- "ordinal": {"one": "er", "other": "e"},
- # 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",
- },
-}