aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-11 11:03:39 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-11 11:03:39 +0200
commit0f2fe50e811531945ab6dfe67f604c9eddbb6239 (patch)
treefe8ca79d25083071573e4b986366b2cfafa77095 /src/i18n
parentfix(Settings): Don't toggle Todos on general settings changes (diff)
downloadferdium-app-0f2fe50e811531945ab6dfe67f604c9eddbb6239.tar.gz
ferdium-app-0f2fe50e811531945ab6dfe67f604c9eddbb6239.tar.zst
ferdium-app-0f2fe50e811531945ab6dfe67f604c9eddbb6239.zip
Fix(Todos): Fix Todos Menu
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json13
-rw-r--r--src/i18n/locales/en-US.json3
-rw-r--r--src/i18n/messages/src/lib/Menu.json13
3 files changed, 28 insertions, 1 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 44a49317e..fe09fea46 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -5475,6 +5475,19 @@
5475 "column": 20, 5475 "column": 20,
5476 "line": 258 5476 "line": 258
5477 } 5477 }
5478 },
5479 {
5480 "defaultMessage": "!!!Enable Todos",
5481 "end": {
5482 "column": 3,
5483 "line": 265
5484 },
5485 "file": "src/lib/Menu.js",
5486 "id": "menu.todos.enableTodos",
5487 "start": {
5488 "column": 15,
5489 "line": 262
5490 }
5478 } 5491 }
5479 ], 5492 ],
5480 "path": "src/lib/Menu.json" 5493 "path": "src/lib/Menu.json"
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 9e63fdbca..609076e88 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -93,6 +93,7 @@
93 "menu.services.addNewService": "Add New Service...", 93 "menu.services.addNewService": "Add New Service...",
94 "menu.services.setNextServiceActive": "Activate next service", 94 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 95 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "!!!Enable Todos",
96 "menu.view": "View", 97 "menu.view": "View",
97 "menu.view.enterFullScreen": "Enter Full Screen", 98 "menu.view.enterFullScreen": "Enter Full Screen",
98 "menu.view.exitFullScreen": "Exit Full Screen", 99 "menu.view.exitFullScreen": "Exit Full Screen",
@@ -379,4 +380,4 @@
379 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>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.</p>", 380 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>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.</p>",
380 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 381 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
381 "workspaces.switchingIndicator.switchingTo": "Switching to" 382 "workspaces.switchingIndicator.switchingTo": "Switching to"
382} 383} \ No newline at end of file
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index cee46608c..0c0cab33f 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -791,5 +791,18 @@
791 "line": 261, 791 "line": 261,
792 "column": 3 792 "column": 3
793 } 793 }
794 },
795 {
796 "id": "menu.todos.enableTodos",
797 "defaultMessage": "!!!Enable Todos",
798 "file": "src/lib/Menu.js",
799 "start": {
800 "line": 262,
801 "column": 15
802 },
803 "end": {
804 "line": 265,
805 "column": 3
806 }
794 } 807 }
795] \ No newline at end of file 808] \ No newline at end of file