aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-23 20:18:01 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-23 20:18:01 +0200
commitaa18d3b84ece4fbc864f6a4f4d3b84fbef564b48 (patch)
treee59f432a96b18626d6fce75f48dd8a8e5f94aafd /src/i18n
parentAdd darkreader for universal darkmode (diff)
downloadferdium-app-aa18d3b84ece4fbc864f6a4f4d3b84fbef564b48.tar.gz
ferdium-app-aa18d3b84ece4fbc864f6a4f4d3b84fbef564b48.tar.zst
ferdium-app-aa18d3b84ece4fbc864f6a4f4d3b84fbef564b48.zip
Fix lint
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json8
-rw-r--r--src/i18n/messages/src/features/quickSwitch/Component.json8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index de1712048..ccb81a9f3 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4167,26 +4167,26 @@
4167 "defaultMessage": "!!!Search...", 4167 "defaultMessage": "!!!Search...",
4168 "end": { 4168 "end": {
4169 "column": 3, 4169 "column": 3,
4170 "line": 17 4170 "line": 18
4171 }, 4171 },
4172 "file": "src/features/quickSwitch/Component.js", 4172 "file": "src/features/quickSwitch/Component.js",
4173 "id": "feature.quickSwitch.search", 4173 "id": "feature.quickSwitch.search",
4174 "start": { 4174 "start": {
4175 "column": 10, 4175 "column": 10,
4176 "line": 14 4176 "line": 15
4177 } 4177 }
4178 }, 4178 },
4179 { 4179 {
4180 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 4180 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
4181 "end": { 4181 "end": {
4182 "column": 3, 4182 "column": 3,
4183 "line": 21 4183 "line": 22
4184 }, 4184 },
4185 "file": "src/features/quickSwitch/Component.js", 4185 "file": "src/features/quickSwitch/Component.js",
4186 "id": "feature.quickSwitch.info", 4186 "id": "feature.quickSwitch.info",
4187 "start": { 4187 "start": {
4188 "column": 8, 4188 "column": 8,
4189 "line": 18 4189 "line": 19
4190 } 4190 }
4191 } 4191 }
4192 ], 4192 ],
diff --git a/src/i18n/messages/src/features/quickSwitch/Component.json b/src/i18n/messages/src/features/quickSwitch/Component.json
index 248925a37..f42e1af49 100644
--- a/src/i18n/messages/src/features/quickSwitch/Component.json
+++ b/src/i18n/messages/src/features/quickSwitch/Component.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Search...", 4 "defaultMessage": "!!!Search...",
5 "file": "src/features/quickSwitch/Component.js", 5 "file": "src/features/quickSwitch/Component.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 15,
8 "column": 10 8 "column": 10
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 17, 11 "line": 18,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 17 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
18 "file": "src/features/quickSwitch/Component.js", 18 "file": "src/features/quickSwitch/Component.js",
19 "start": { 19 "start": {
20 "line": 18, 20 "line": 19,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 21, 24 "line": 22,
25 "column": 3 25 "column": 3
26 } 26 }
27 } 27 }