From 32ae5d8e786a5a421a667f8118482537414e9cb2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Tue, 18 Jan 2022 22:23:13 +0200 Subject: [PATCH] New translations en-US.json (Japanese) --- src/config/locales/ja-JP.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/ja-JP.json b/src/config/locales/ja-JP.json index ad8017ed4..e33898f70 100644 --- a/src/config/locales/ja-JP.json +++ b/src/config/locales/ja-JP.json @@ -707,5 +707,11 @@ "day": "days", "month": "months", "year": "years" + }, + "quick_reply": { + "placeholder": "Add a comment", + "comment": "Comment", + "reply": "REPLY", + "close": "CLOSE" } }