summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/ja/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pendulum/locales/ja/custom.py')
-rw-r--r--pendulum/locales/ja/custom.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/pendulum/locales/ja/custom.py b/pendulum/locales/ja/custom.py
new file mode 100644
index 0000000..c076250
--- /dev/null
+++ b/pendulum/locales/ja/custom.py
@@ -0,0 +1,21 @@
+"""
+ja custom locale file.
+"""
+
+translations = {
+ "units": {"few_second": "数秒"},
+ # Relative time
+ "ago": "{} 前に",
+ "from_now": "今から {}",
+ "after": "{0} 後",
+ "before": "{0} 前",
+ # Date formats
+ "date_formats": {
+ "LTS": "h:mm:ss A",
+ "LT": "h:mm A",
+ "L": "MM/DD/YYYY",
+ "LL": "MMMM D, YYYY",
+ "LLL": "MMMM D, YYYY h:mm A",
+ "LLLL": "dddd, MMMM D, YYYY h:mm A",
+ },
+}