From cfc78b7f42af7379f68dea17263fc43611af6a4a Mon Sep 17 00:00:00 2001 From: Feruz M Date: Tue, 18 Jan 2022 22:22:25 +0200 Subject: [PATCH] New translations en-US.json (Chinese Traditional) --- src/config/locales/zh-TW.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/zh-TW.json b/src/config/locales/zh-TW.json index fa066a0cc..8e5ccfd4b 100644 --- a/src/config/locales/zh-TW.json +++ b/src/config/locales/zh-TW.json @@ -707,5 +707,11 @@ "day": "days", "month": "months", "year": "years" + }, + "quick_reply": { + "placeholder": "Add a comment", + "comment": "Comment", + "reply": "REPLY", + "close": "CLOSE" } }