From 8e98849c86de13b0cf7cd710505e33ad0ae744ab Mon Sep 17 00:00:00 2001 From: Mitch Lillie Date: Wed, 3 Feb 2021 18:46:47 -0800 Subject: [PATCH] Add translation keys for aria attributes --- translations/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 7a82481..84fc043 100644 --- a/translations/en.json +++ b/translations/en.json @@ -293,5 +293,8 @@ "report_reason_required": "Report reason required.", "report_too_long": "Report too long.", "couldnt_create_report": "Couldn't create report.", - "couldnt_resolve_report": "Couldn't resolve report." + "couldnt_resolve_report": "Couldn't resolve report.", + "expand": "Expand", + "collapse": "Collapse", + "captcha": "Captcha" }