From 419eb63e5150897cb971a7f8bdc0acf197699f64 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 3 Sep 2021 13:20:35 +0100 Subject: [PATCH] Add missing pluralisation i18n strings for Spaces --- src/i18n/strings/en_EN.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index ec3343de6a..010c3b03fc 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1464,7 +1464,9 @@ "Only invited people can join.": "Only invited people can join.", "Anyone can find and join.": "Anyone can find and join.", "Upgrade required": "Upgrade required", + "& %(count)s more|one": "& %(count)s more", "& %(count)s more|other": "& %(count)s more", + "Currently, %(count)s spaces have access|one": "Currently, a space has access", "Currently, %(count)s spaces have access|other": "Currently, %(count)s spaces have access", "Anyone in a space can find and join. Edit which spaces can access here.": "Anyone in a space can find and join. Edit which spaces can access here.", "Spaces with access": "Spaces with access",