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 1/2] 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",
From fc84682c81859463844c48c2e41deafee5d0c1c8 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Mon, 6 Sep 2021 11:35:02 +0100
Subject: [PATCH 2/2] i18n
---
src/i18n/strings/en_EN.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 010c3b03fc..e77ebb33af 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -1464,10 +1464,10 @@
"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",
+ "& %(count)s more|one": "& %(count)s more",
"Currently, %(count)s spaces have access|other": "Currently, %(count)s spaces have access",
+ "Currently, %(count)s spaces have access|one": "Currently, a space has 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",
"Anyone in %(spaceName)s can find and join. You can select other spaces too.": "Anyone in %(spaceName)s can find and join. You can select other spaces too.",