From bffa9a5ef12a3151de555e78123bd0e66a98ec67 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 27 Aug 2021 00:19:24 +0900 Subject: [PATCH] refs #2534 Add a plural translation rule --- src/config/locales/en/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/en/translation.json b/src/config/locales/en/translation.json index d56daa03..7029bcb4 100644 --- a/src/config/locales/en/translation.json +++ b/src/config/locales/en/translation.json @@ -496,7 +496,8 @@ }, "new_toot": { "toot_length": "Toot length should be {{min}} to {{max}}", - "attach_length": "You can only attach up to {{max}} images", + "attach_length": "You can only attach up to {{max}} image", + "attach_length_plural": "You can only attach up to {{max}} images", "attach_image": "You can only attach images or videos", "poll_invalid": "Invalid poll choices" }