From ddc518af664c1f226525ef284131490e80934bfd Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 29 Jun 2022 22:03:33 +0530 Subject: 'jsx' files were not being pre-processed for i18n (#395) --- src/i18n/locales/en-US.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/i18n') diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index b09bfada2..f4871f207 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -424,8 +424,9 @@ "sidebar.addNewService": "Add new service", "sidebar.closeTodosDrawer": "Close Ferdium Todos", "sidebar.closeWorkspaceDrawer": "Close workspace drawer", + "sidebar.lockFerdium": "Lock Ferdium", "sidebar.muteApp": "Disable notifications & audio", - "sidebar.openTodosDrawer": "Open workspace drawer", + "sidebar.openTodosDrawer": "Open Ferdium Todos", "sidebar.openWorkspaceDrawer": "Open workspace drawer", "sidebar.splitModeToggle": "Split Mode Toggle", "sidebar.unmuteApp": "Enable notifications & audio", @@ -473,4 +474,4 @@ "workspaceDrawer.workspaceFeatureInfo": "

Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.

You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.

", "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", "workspaces.switchingIndicator.switchingTo": "Switching to" -} +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf