From f909028c0e881bd69e51c442373ed6daeea0ae32 Mon Sep 17 00:00:00 2001 From: Domenic Horner Date: Tue, 8 Aug 2023 05:01:28 +0800 Subject: [PATCH] Update en.json (#93) add source values for auto expand and blur nsfw --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 6feba6f..aa3852a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -522,5 +522,7 @@ "fetching_community": "Fetching {{community}}", "could_not_fetch_community": "Could not fetch {{community}}", "remote_follow": "Remote Follow", - "remote_follow_modal_title": "Subscribe from Remote Instance" + "remote_follow_modal_title": "Subscribe from Remote Instance", + "blur_nsfw": "Blur NSFW content", + "auto_expand": "Auto expand media" }