aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-24 15:29:40 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-24 22:26:52 +0530
commit68d4a04a02335493e35545d8d5f43680b64cc9a2 (patch)
tree785cdb991c3067fef95c648319af8e2104b949fe /src/i18n/locales/defaultMessages.json
parentfix: disable todos feature by default (#355) (diff)
downloadferdium-app-68d4a04a02335493e35545d8d5f43680b64cc9a2.tar.gz
ferdium-app-68d4a04a02335493e35545d8d5f43680b64cc9a2.tar.zst
ferdium-app-68d4a04a02335493e35545d8d5f43680b64cc9a2.zip
Add split mode toggle to side bar and hide collapse buttonv6.0.0-nightly-alphrag.57.7
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 09c793bfe..412b2cadc 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -1115,6 +1115,19 @@
1115 } 1115 }
1116 }, 1116 },
1117 { 1117 {
1118 "defaultMessage": "!!!Split Mode Toggle",
1119 "end": {
1120 "column": 3,
1121 "line": 27
1122 },
1123 "file": "src/components/layout/Sidebar.js",
1124 "id": "sidebar.splitModeToggle",
1125 "start": {
1126 "column": 17,
1127 "line": 24
1128 }
1129 },
1130 {
1118 "defaultMessage": "!!!Disable notifications & audio", 1131 "defaultMessage": "!!!Disable notifications & audio",
1119 "end": { 1132 "end": {
1120 "column": 3, 1133 "column": 3,