aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-19 14:52:14 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-19 14:52:14 +0200
commit822265a65b1befce962c0df1dad18fed3e7ef91d (patch)
tree92b3f065402ad13ba5f45162b1aa260c35b712c4
parentFix apply-branding script (diff)
downloadferdium-app-822265a65b1befce962c0df1dad18fed3e7ef91d.tar.gz
ferdium-app-822265a65b1befce962c0df1dad18fed3e7ef91d.tar.zst
ferdium-app-822265a65b1befce962c0df1dad18fed3e7ef91d.zip
Fix lint
-rw-r--r--src/i18n/apply-branding.js6
-rw-r--r--src/i18n/locales/en-US.json2
-rw-r--r--src/i18n/locales/whitelist_en-US.json3
3 files changed, 6 insertions, 5 deletions
diff --git a/src/i18n/apply-branding.js b/src/i18n/apply-branding.js
index 2e9e1ae0e..08f09eea8 100644
--- a/src/i18n/apply-branding.js
+++ b/src/i18n/apply-branding.js
@@ -21,9 +21,9 @@ const ignoreFiles = [
21 21
22// What to replace 22// What to replace
23const replace = { 23const replace = {
24 'meetfranz.com': 'getferdi.com', 24 'meetfranz.com': 'getferdi.com',
25 'meetferdi.com': 'getferdi.com', // If Franz already got replaced with Ferdi 25 'meetferdi.com': 'getferdi.com', // If Franz already got replaced with Ferdi
26 franz: 'Ferdi', 26 franz: 'Ferdi',
27}; 27};
28 28
29 29
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 06e176c5b..acf8724a6 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -409,4 +409,4 @@
409 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi 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>", 409 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi 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>",
410 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 410 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
411 "workspaces.switchingIndicator.switchingTo": "Switching to" 411 "workspaces.switchingIndicator.switchingTo": "Switching to"
412} 412} \ No newline at end of file
diff --git a/src/i18n/locales/whitelist_en-US.json b/src/i18n/locales/whitelist_en-US.json
index fe51488c7..32960f8ce 100644
--- a/src/i18n/locales/whitelist_en-US.json
+++ b/src/i18n/locales/whitelist_en-US.json
@@ -1 +1,2 @@
1[] 1[
2] \ No newline at end of file