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