aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-04-05 09:33:23 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-05 08:33:23 +0100
commit5e53776f9b4f932b2eedebcd3b23ec95a66bf110 (patch)
tree421b301b3378a93926940dc798fcf88a323a1b55 /src/i18n/locales/defaultMessages.json
parent#490 Add option to start Ferdi minimized (#534) (diff)
downloadferdium-app-5e53776f9b4f932b2eedebcd3b23ec95a66bf110.tar.gz
ferdium-app-5e53776f9b4f932b2eedebcd3b23ec95a66bf110.tar.zst
ferdium-app-5e53776f9b4f932b2eedebcd3b23ec95a66bf110.zip
#304 Add option to show draggable window area (#532)
* #304 Add option to show draggable window area * Address merge conflicts * Re-apply npm run manage-translations Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index e6b457515..ea72edbd5 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -6725,6 +6725,19 @@
6725 } 6725 }
6726 }, 6726 },
6727 { 6727 {
6728 "defaultMessage": "!!!Toggle Dark Mode",
6729 "end": {
6730 "column": 3,
6731 "line": 117
6732 },
6733 "file": "src/lib/Menu.js",
6734 "id": "menu.view.toggleDarkMode",
6735 "start": {
6736 "column": 18,
6737 "line": 114
6738 }
6739 },
6740 {
6728 "defaultMessage": "!!!Toggle Todos Developer Tools", 6741 "defaultMessage": "!!!Toggle Todos Developer Tools",
6729 "end": { 6742 "end": {
6730 "column": 3, 6743 "column": 3,