Skip to content

Commit 12cfc62

Browse files
committed
Merge pull request #2 from uProxy/gitlaura-update-landingpage
Landing page updates
2 parents 572b2d0 + 4697c49 commit 12cfc62

12 files changed

Lines changed: 535 additions & 108 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ build
22
dist
33
extension
44
firefox
5-
src/welcome/messages.json
65
*.DS_Store

install.bat

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: Name: install.bat
22
:: Purpose: Builds Windows Installer for Firefox with uProxy
33
:: Version: 0.1.1
4-
:: uProxy version: 0.8.39
4+
:: uProxy version: 0.8.40
55

66
@ECHO OFF
77
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
@@ -10,7 +10,7 @@ REM Current directory path
1010
SET parent=%~dp0
1111

1212
REM URL to get the uProxy add-on, get here: https://addons.mozilla.org/en-US/firefox/addon/uproxy-firefox/
13-
SET uproxyAddonURL=https://addons.mozilla.org/firefox/downloads/file/421107/uproxy_beta-0.8.39-fx-windows.xpi
13+
SET uproxyAddonURL=https://addons.mozilla.org/firefox/downloads/file/428554/uproxy_beta-0.8.40-fx-windows.xpi
1414

1515
REM Set version and language with default values
1616
SET version=45.0.1
@@ -151,14 +151,18 @@ FOR %%s in (%languages%) DO (
151151
ECHO remove "welcome/images/3.svg" >> !uninstallFile!
152152
ECHO remove "welcome/images/addon.svg" >> !uninstallFile!
153153
ECHO remove "welcome/images/blogger.svg" >> !uninstallFile!
154+
ECHO remove "welcome/images/close.svg" >> !uninstallFile!
154155
ECHO remove "welcome/images/discuss.svg" >> !uninstallFile!
155156
ECHO remove "welcome/images/dots.gif" >> !uninstallFile!
156157
ECHO remove "welcome/images/facebook.svg" >> !uninstallFile!
157158
ECHO remove "welcome/images/favicon.png" >> !uninstallFile!
158159
ECHO remove "welcome/images/favicon.svg" >> !uninstallFile!
160+
ECHO remove "welcome/images/faq1.svg" >> !uninstallFile!
161+
ECHO remove "welcome/images/faq2.svg" >> !uninstallFile!
159162
ECHO remove "welcome/images/github.svg" >> !uninstallFile!
160163
ECHO remove "welcome/images/globe.svg" >> !uninstallFile!
161164
ECHO remove "welcome/images/gplus.svg" >> !uninstallFile!
165+
ECHO remove "welcome/images/green-logo.svg" >> !uninstallFile!
162166
ECHO remove "welcome/images/line.svg" >> !uninstallFile!
163167
ECHO remove "welcome/images/logo.svg" >> !uninstallFile!
164168
ECHO remove "welcome/images/pattern.gif" >> !uninstallFile!

src/locales/en-US/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
},
287287
"UPROXY_FAQ_TITLE": {
288288
"description": "Heading of uProxy FAQs page.",
289-
"message": "FAQs"
289+
"message": "Frequently</br>asked</br>questions"
290290
},
291291
"UPROXY_IS_SOCIAL": {
292292
"description": "Title for uProxy footer.",

src/locales/zh-CN/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
},
287287
"UPROXY_FAQ_TITLE": {
288288
"description": "Heading of uProxy FAQs page.",
289-
"message": "FAQs"
289+
"message": "Frequently</br>asked</br>questions"
290290
},
291291
"UPROXY_IS_SOCIAL": {
292292
"description": "Title for uProxy footer.",

0 commit comments

Comments
 (0)