aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/apply-branding.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-19 14:51:07 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-19 14:51:07 +0200
commit75205dc1b2320d4047675b01924fd3e52e8f7344 (patch)
treec39401623dc06eaf650f191c549c3c6fa6d5b0e7 /src/i18n/apply-branding.js
parentMerge branch 'master' of https://github.com/getferdi/ferdi (diff)
downloadferdium-app-75205dc1b2320d4047675b01924fd3e52e8f7344.tar.gz
ferdium-app-75205dc1b2320d4047675b01924fd3e52e8f7344.tar.zst
ferdium-app-75205dc1b2320d4047675b01924fd3e52e8f7344.zip
Fix apply-branding script
Diffstat (limited to 'src/i18n/apply-branding.js')
-rw-r--r--src/i18n/apply-branding.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/i18n/apply-branding.js b/src/i18n/apply-branding.js
index 39497967e..2e9e1ae0e 100644
--- a/src/i18n/apply-branding.js
+++ b/src/i18n/apply-branding.js
@@ -21,8 +21,9 @@ const ignoreFiles = [
21 21
22// What to replace 22// What to replace
23const replace = { 23const replace = {
24 franz: 'Ferdi', 24 'meetfranz.com': 'getferdi.com',
25 'meetfranz.com': 'getferdi.com', 25 'meetferdi.com': 'getferdi.com', // If Franz already got replaced with Ferdi
26 franz: 'Ferdi',
26}; 27};
27 28
28 29