mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 17:31:33 +03:00
i18n and delint one last time
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c65d8be7d8
commit
f7959fe64f
2 changed files with 0 additions and 3 deletions
|
@ -18,8 +18,6 @@ import React, {useContext, useEffect, useMemo} from "react";
|
|||
import {Resizable} from "re-resizable";
|
||||
import classNames from "classnames";
|
||||
|
||||
import {_t} from "../../languageHandler";
|
||||
import AccessibleTooltipButton from "../views/elements/AccessibleTooltipButton";
|
||||
import AccessibleButton from "../views/elements/AccessibleButton";
|
||||
import {useRovingTabIndex} from "../../accessibility/RovingTabIndex";
|
||||
import {Key} from "../../Keyboard";
|
||||
|
|
|
@ -2056,7 +2056,6 @@
|
|||
"Explore Public Rooms": "Explore Public Rooms",
|
||||
"Create a Group Chat": "Create a Group Chat",
|
||||
"Explore rooms": "Explore rooms",
|
||||
"Maximize": "Maximize",
|
||||
"Failed to reject invitation": "Failed to reject invitation",
|
||||
"This room is not public. You will not be able to rejoin without an invite.": "This room is not public. You will not be able to rejoin without an invite.",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?",
|
||||
|
|
Loading…
Reference in a new issue