From 26240da2f52f1a4d8bd51409ff87fec496b97df0 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 27 Aug 2021 01:15:05 +0900 Subject: [PATCH] New translations translation.json (Russian) --- src/config/locales/ru/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ru/translation.json b/src/config/locales/ru/translation.json index b21393b8..e5f739d0 100644 --- a/src/config/locales/ru/translation.json +++ b/src/config/locales/ru/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" }