-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test my forked Soundswitch-dev installer? #273
Comments
You need to compile the Installer/setup.iss file using Inno Setup.
Now add your language after this line: SoundSwitch/Installer/setup.iss Line 61 in 886a434
Default.isl file.
and Translate: SoundSwitch/Installer/setup.iss Lines 116 to 141 in 886a434
SoundSwitch/Installer/scripts/products.iss Lines 10 to 56 in 886a434
Re-run (5) from the screenshot and your new installer should be compiled. Remarks: |
@Belphemur How about adding these strings from the installer to weblate so they can be translated? |
Thank you for you quick and elaborated answer. I'm almost sure I got it. The installer ran with my translations with no problems, but as you said, I couldn't see some strings and I didn't try my luck since I am not sure which lines to uncomment. |
I'm having a little problem when I try to edit with the Inno Script Studio, the foreign characters seems all messy. What should I do? Thanks. @FireEmerald. Sorry for being such a newbie Edit: I solved by editing with the Notepad++ I already had, but I don't think that's the way you suppose to do, hahaha |
See 8c9b63b for the enconding problem. I also edited these files always with Notepad++. |
Olá,
I'm not used to program at all, but I'm trying to make you have the option to install the program directly in Portuguese (Brazil). I noticed (and I might be wrong) by looking at other threads that you should change the setup.iss, products.iss and README.me (this last seems optional) and I did the changes and added some lines; But I'm suspicious that it's too easy to be true.
I'd like to know who can I test it before I submit a pull change. How can I run the installer in this SoundSwitch-dev folder that I forked and made changes?
I looked up in the web but I found a lot of things but none seems to describe what I want to do. I tried GitBash and GitHub Desktop but tbh I had little idea of what I was doing.
Obrigado! (Thank You)
EDIT: Just in case, I'm pasting here the 3 files I mentioned before in a .zip
They belong, respectively, to
1. SoundSwitch-dev
2. SoundSwitch-dev\Installer\scripts
3. SoundSwitch-dev\Installer
InstallerPTBR.zip
The text was updated successfully, but these errors were encountered: