Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e1df624

Browse files
committed
remove unused imports and run i18n
1 parent 423c515 commit e1df624

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/components/structures/SpaceRoomView.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ import {useStateToggle} from "../../hooks/useStateToggle";
5252
import SpaceStore from "../../stores/SpaceStore";
5353
import FacePile from "../views/elements/FacePile";
5454
import {AddExistingToSpace} from "../views/dialogs/AddExistingToSpaceDialog";
55-
import {sleep} from "../../utils/promise";
56-
import {calculateRoomVia} from "../../utils/permalinks/Permalinks";
5755
import {ChevronFace, ContextMenuButton, useContextMenu} from "./ContextMenu";
5856
import IconizedContextMenu, {
5957
IconizedContextMenuOption,

src/i18n/strings/en_EN.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,15 +2040,15 @@
20402040
"Add a new server...": "Add a new server...",
20412041
"%(networkName)s rooms": "%(networkName)s rooms",
20422042
"Matrix rooms": "Matrix rooms",
2043+
"Not all selected were added": "Not all selected were added",
2044+
"Adding rooms... (%(progress)s out of %(count)s)|other": "Adding rooms... (%(progress)s out of %(count)s)",
2045+
"Adding rooms... (%(progress)s out of %(count)s)|one": "Adding room...",
20432046
"Filter your rooms and spaces": "Filter your rooms and spaces",
20442047
"Feeling experimental?": "Feeling experimental?",
20452048
"You can add existing spaces to a space.": "You can add existing spaces to a space.",
20462049
"Direct Messages": "Direct Messages",
20472050
"Space selection": "Space selection",
20482051
"Add existing rooms": "Add existing rooms",
2049-
"Not all selected were added": "Not all selected were added",
2050-
"Adding rooms... (%(progress)s out of %(count)s)|other": "Adding rooms... (%(progress)s out of %(count)s)",
2051-
"Adding rooms... (%(progress)s out of %(count)s)|one": "Adding room...",
20522052
"Want to add a new room instead?": "Want to add a new room instead?",
20532053
"Create a new room": "Create a new room",
20542054
"Matrix ID": "Matrix ID",
@@ -2702,8 +2702,6 @@
27022702
"Failed to create initial space rooms": "Failed to create initial space rooms",
27032703
"Skip for now": "Skip for now",
27042704
"Creating rooms...": "Creating rooms...",
2705-
"Failed to add rooms to space": "Failed to add rooms to space",
2706-
"Adding...": "Adding...",
27072705
"What do you want to organise?": "What do you want to organise?",
27082706
"Pick rooms or conversations to add. This is just a space for you, no one will be informed. You can add more later.": "Pick rooms or conversations to add. This is just a space for you, no one will be informed. You can add more later.",
27092707
"Share %(name)s": "Share %(name)s",

0 commit comments

Comments
 (0)