commit: fb5f8730611332c80106bebc08ecb4086f2cb8d2
parent ad0667ed3b49ec6e04ee80f58485d8801d24fc75
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Tue, 14 Jan 2025 07:23:40 +0000
Merge branch 'missing-translation' into 'develop'
Add missing EN translation for muted users reason
See merge request pleroma/pleroma-fe!1978
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/changelog.d/muted_user_en_translation.skip b/changelog.d/muted_user_en_translation.skip
@@ -0,0 +1 @@
+Added missing EN translation key for status.muted_user
diff --git a/src/i18n/en.json b/src/i18n/en.json
@@ -1245,6 +1245,7 @@
"external_source": "External source",
"muted_words": "Wordfiltered: {word} | Wordfiltered: {word} and {numWordsMore} more words",
"multi_reason_mute": "{main} | {main} + one more reason | {main} + {numReasonsMore} more reasons",
+ "muted_user": "User muted",
"thread_muted": "Thread muted",
"thread_muted_and_words": ", has words:",
"sensitive_muted": "Muting sensitive content",