aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>2020-04-05 11:26:26 +0530
committerLibravatar GitHub <noreply@github.com>2020-04-05 06:56:26 +0100
commit53b659259eda3adbeffe430b6ed2eb3d9ab87109 (patch)
treec38ed9339bd32dee23e4168dc8629a1d832028b5 /src/i18n/messages
parentUpdate Stalebot configuration to not close stale issues (#528) (diff)
downloadferdium-app-53b659259eda3adbeffe430b6ed2eb3d9ab87109.tar.gz
ferdium-app-53b659259eda3adbeffe430b6ed2eb3d9ab87109.tar.zst
ferdium-app-53b659259eda3adbeffe430b6ed2eb3d9ab87109.zip
#530 Dark Mode Hotkey (#537)
* Bump version number * feat: Add a new menu item for toggling between Dark Mode and Light Mode - Add a new sub menu entry under 'View' in src/lib/Menu.js named toggleDarkMode - Add an accelerator hotkey of '${cmdKey}+Shift+D' as the feature request was to have a hot key for dark mode. See #530 - Update intl locales for 'menu.view.toggleDarkMode' in en.json and en-US.json. Co-authored-by: Amine Mouafik <amine@mouafik.fr> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Mahadevan Sreenivasan <mahadevan_sreenivasan@trimble.com>
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/lib/Menu.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 15f5ff75f..587754463 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -325,6 +325,19 @@
325 } 325 }
326 }, 326 },
327 { 327 {
328 "id": "menu.view.toggleDarkMode",
329 "defaultMessage": "!!!Toggle Dark Mode",
330 "file": "src/lib/Menu.js",
331 "start": {
332 "line": 114,
333 "column": 18
334 },
335 "end": {
336 "line": 117,
337 "column": 3
338 }
339 },
340 {
328 "id": "menu.view.toggleTodosDevTools", 341 "id": "menu.view.toggleTodosDevTools",
329 "defaultMessage": "!!!Toggle Todos Developer Tools", 342 "defaultMessage": "!!!Toggle Todos Developer Tools",
330 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",