diff --git a/app/components/IconPicker.js b/app/components/IconPicker.js
index 1c297b40..2b6b0940 100644
--- a/app/components/IconPicker.js
+++ b/app/components/IconPicker.js
@@ -145,8 +145,8 @@ function IconPicker({ onOpen, icon, color, onChange }: Props) {
{(props) => (
-
diff --git a/app/components/Sidebar/Sidebar.js b/app/components/Sidebar/Sidebar.js
index afc6332b..1e2682ca 100644
--- a/app/components/Sidebar/Sidebar.js
+++ b/app/components/Sidebar/Sidebar.js
@@ -1,6 +1,7 @@
// @flow
import { observer } from "mobx-react";
import * as React from "react";
+import { useTranslation } from "react-i18next";
import { Portal } from "react-portal";
import { withRouter } from "react-router-dom";
import type { Location } from "react-router-dom";
@@ -85,6 +86,7 @@ const useResize = ({ width, minWidth, maxWidth, setWidth }) => {
function Sidebar({ location, children }: Props) {
const theme = useTheme();
+ const { t } = useTranslation();
const { ui } = useStores();
const previousLocation = usePrevious(location);
@@ -157,7 +159,7 @@ function Sidebar({ location, children }: Props) {
onDoubleClick={handleReset}
$isResizing={isResizing}
>
-
+
)}
diff --git a/app/components/Sidebar/components/CollapseToggle.js b/app/components/Sidebar/components/CollapseToggle.js
index 60989a44..d7dd88a8 100644
--- a/app/components/Sidebar/components/CollapseToggle.js
+++ b/app/components/Sidebar/components/CollapseToggle.js
@@ -21,7 +21,7 @@ function CollapseToggle({ collapsed, ...rest }: Props) {
delay={500}
placement="bottom"
>
-
+
{collapsed ? (
) : (
diff --git a/app/menus/BreadcrumbMenu.js b/app/menus/BreadcrumbMenu.js
index 5e5a584f..097acdc0 100644
--- a/app/menus/BreadcrumbMenu.js
+++ b/app/menus/BreadcrumbMenu.js
@@ -19,7 +19,7 @@ export default function BreadcrumbMenu({ path }: Props) {
return (
<>
-
+
-
+
{label}
) : (
-
+
)}
{(props) => (
-
+
{alphabeticalSort ? : }
)}
diff --git a/app/menus/DocumentMenu.js b/app/menus/DocumentMenu.js
index d27e7bd0..a013bfc3 100644
--- a/app/menus/DocumentMenu.js
+++ b/app/menus/DocumentMenu.js
@@ -140,7 +140,11 @@ function DocumentMenu({
{label ? (
{label}
) : (
-
+
)}
-
+
setDeleteModalOpen(false)} />
-
+
-
+
diff --git a/app/menus/ShareMenu.js b/app/menus/ShareMenu.js
index b94684fc..e5cb11b8 100644
--- a/app/menus/ShareMenu.js
+++ b/app/menus/ShareMenu.js
@@ -49,7 +49,7 @@ function ShareMenu({ share }: Props) {
return (
<>
-
+
diff --git a/app/menus/UserMenu.js b/app/menus/UserMenu.js
index 420ea8c4..94b01aeb 100644
--- a/app/menus/UserMenu.js
+++ b/app/menus/UserMenu.js
@@ -88,7 +88,7 @@ function UserMenu({ user }: Props) {
return (
<>
-
+
{
diff --git a/app/scenes/Dashboard.js b/app/scenes/Dashboard.js
index 8b00bb04..c3a721f1 100644
--- a/app/scenes/Dashboard.js
+++ b/app/scenes/Dashboard.js
@@ -64,7 +64,11 @@ function Dashboard() {
-
+
diff --git a/app/scenes/Drafts.js b/app/scenes/Drafts.js
index 887b8226..3645ea85 100644
--- a/app/scenes/Drafts.js
+++ b/app/scenes/Drafts.js
@@ -113,7 +113,11 @@ class Drafts extends React.Component {
-
+
diff --git a/app/scenes/Starred.js b/app/scenes/Starred.js
index 6b9477d3..a41f14c0 100644
--- a/app/scenes/Starred.js
+++ b/app/scenes/Starred.js
@@ -48,7 +48,11 @@ function Starred(props: Props) {
-
+
diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json
index b722ca28..4a5046b7 100644
--- a/shared/i18n/locales/en_US/translation.json
+++ b/shared/i18n/locales/en_US/translation.json
@@ -76,6 +76,7 @@
"Warning": "Warning",
"Warning notice": "Warning notice",
"Icon": "Icon",
+ "Show menu": "Show menu",
"Choose icon": "Choose icon",
"Loading": "Loading",
"Search": "Search",
@@ -108,6 +109,7 @@
"Export Data": "Export Data",
"Integrations": "Integrations",
"Installation": "Installation",
+ "Resize sidebar": "Resize sidebar",
"Appearance": "Appearance",
"System": "System",
"Light": "Light",
@@ -117,6 +119,7 @@
"Send us feedback": "Send us feedback",
"Report a bug": "Report a bug",
"Log out": "Log out",
+ "Show path to document": "Show path to document",
"Path to document": "Path to document",
"Group member options": "Group member options",
"Members": "Members",
@@ -132,6 +135,7 @@
"Edit collection": "Edit collection",
"Delete collection": "Delete collection",
"Export collection": "Export collection",
+ "Show sort menu": "Show sort menu",
"Sort in sidebar": "Sort in sidebar",
"Alphabetical sort": "Alphabetical sort",
"Manual sort": "Manual sort",
@@ -235,6 +239,7 @@
"Create": "Create",
"Recently viewed": "Recently viewed",
"Created by me": "Created by me",
+ "Search documents": "Search documents",
"Hide contents": "Hide contents",
"Show contents": "Show contents",
"Archived": "Archived",