From 9b0521697b3d0cc4ef88eab43828109347aa3aca Mon Sep 17 00:00:00 2001 From: Ryuuji Yoshimoto Date: Tue, 10 Sep 2019 19:00:03 +0900 Subject: [PATCH] Add Japanese translations for week(s) (#659) --- arrow/locales.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arrow/locales.py b/arrow/locales.py index 8f34dbe9d..203411c27 100644 --- a/arrow/locales.py +++ b/arrow/locales.py @@ -588,6 +588,8 @@ class JapaneseLocale(Locale): "hours": "{0}時間", "day": "1日", "days": "{0}日", + "week": "1週間", + "weeks": "{0}週間", "month": "1ヶ月", "months": "{0}ヶ月", "year": "1年",