From 858fdd65d9f2c28ab9cae8cce862635cb9ca0733 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 2 Mar 2021 11:19:12 +0900
Subject: [PATCH] New translations translation.json (Chinese Simplified)
---
src/config/locales/zh_cn/translation.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/config/locales/zh_cn/translation.json b/src/config/locales/zh_cn/translation.json
index f3db83bc..23886604 100644
--- a/src/config/locales/zh_cn/translation.json
+++ b/src/config/locales/zh_cn/translation.json
@@ -491,6 +491,10 @@
"reaction": {
"title": "Reaction",
"body": "{{username}} reacted your status"
+ },
+ "status": {
+ "title": "Status",
+ "body": "{{username}} just posted"
}
}
}