From a2adddc2b80d08c2a24091ce042de3da339e6d3d Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Tue, 22 Jun 2021 10:50:20 +0800 Subject: [PATCH] i18n mistake Don't put context info in values; only in keys. It was appearing in Transifex. Oops --- static/app-strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 07d2be21b..17df85252 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1993,8 +1993,8 @@ "Tipped": "Tipped", "Fromage": "Fromage", "Item %action% Watch Later": "Item %action% Watch Later", - "added to --[substring for \"Item %action% Watch Later\"]--": "added to --[substring for \"Item %action% Watch Later\"]--", - "removed from --[substring for \"Item %action% Watch Later\"]--": "removed from --[substring for \"Item %action% Watch Later\"]--", + "added to --[substring for \"Item %action% Watch Later\"]--": "added to", + "removed from --[substring for \"Item %action% Watch Later\"]--": "removed from", "In Watch Later": "In Watch Later", "Item added to Watch Later": "Item added to Watch Later", "Your publish is being confirmed and will be live soon": "Your publish is being confirmed and will be live soon",