-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
win,msi: Added Italian translation #4647
Conversation
<String Id="EnvironmentPathNpmModules_Description">Aggiunge i moduli installati globalmente da npm alla variabile di ambiente PATH. Questa opzione avrà effetto solo per l'utente corrente, gli altri utenti dovranno aggiornare la loro variabile PATH manualmente.</String> | ||
|
||
<!-- References like [ProductName] are not resolved for Property tags --> | ||
<String Id="WIXUI_EXITDIALOGOPTIONALTEXT">Node.js è stato installto correttamente.</String> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
installto => installato
@mcollina i could try to build it in the next two three days. What's the deadline for this task? |
Thanks @piccoloaiutante @orangemocha for reviewing, all your changes are in. @piccoloaiutante it would be great if you could attempt a build, but I'll leave that decision to the @nodejs/platform-windows team on how to test this (I have no idea, but I would love to see this happening). |
@mcollina ok i'm downloading VS2013 to build six project because i'm currently unable to build it with my vs2015. |
@mcollina this also needs to be added commented in @piccoloaiutante note that to build with VS2015 you need WiX 3.10. If you find issues with it, please report. |
@joaocgreis i had issue with my vs2015 professional update 1 on Windows 10. After having installed WiX 3.10.2.2516 i cannot build node WiX project because it seems that wcautil.h referenced in custom_action.cc is missing. Do you have any suggestion? Should i rollback to vs2013? |
@joaocgreis I've added the |
@piccoloaiutante I have the same issue, anyone has a fix? |
@felixfbecker yes i solved it downloading WiX binaries and sources and adding their path to the custom_actions cpp project 'VC++ Directories' tab: I still have problem during compilation time specifically for it-IT language. That's the output: |
Possibly it's my bad, any idea how to fix those? |
i fixed that problem @mcollina but then it seems i found some limit in WiX installer. and this seems related to WiX libraries, as reported here: |
@piccoloaiutante maybe you can send those translation to upstream at wix (see #2569 (comment))? |
7da4fd4
to
c7066fb
Compare
@mcollina where are we at on this? |
I think it's blocked on Wix. Is the best course of action to submit a PR to add Italian to https://github.com/wixtoolset/wix3/tree/develop/src/ext/UtilExtension/wixlib? |
Sorry i missed it. Let me send the PR to WiX and see if it gets accepted. |
PR for italian translation for Wix has been submitted. I hope they'll evaluate it soon.. |
PR has been merged. I hope it gets its way into WiX weekly release so I can use it for building italian nodejs installer next week. |
Bad news, it seems that the code merged won't be released till next version of visual studio is released. I hope they will make a weekly release as they have done in June. In the meantime i suggest to go on and send PR for the language that we need so we can have them in the next version of Wix. One temporary solution that i could try is to build my own version of wix, but that seems pretty challenging.. |
@mcollina No, the actual msi creation process is still disabled: |
As titled. Tested by @piccoloaiutante. PR-URL: nodejs#4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
Merged in as c01d61a |
@fhemberger can't really tell. I think so, but I know nothing about Chinese :(. |
@mcollina Well, regarding the content, there are several LGTMs from nodejs-cn. |
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
@mcollina I am landing this on v4.x-staging. Would you be able to build and test that things are not weird? |
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
@thealphanerd not really, @piccoloaiutante will do it :) |
@thealphanerd as far as I remember, the translated installers were not enabled. Are you enabling them in the next release? |
@mcollina I was unaware of that... just working on general backporting 💃 does this need to be enabled in our release process? Want to make an issue on build? |
@thealphanerd I'm not really 100% of what that takes @piccoloaiutante did most of the windows-specific stuff. He is also looking to help on build nodejs/build#495. |
@thealphanerd enabling build for it-IT in in |
@thealphanerd don't forget that in order to build it you need to install the weekly build of wixtoolset http://wixtoolset.org/releases/v3-11-0-906/ where my PR for WiX has been included. |
thanks for the confirmation, that was all I needed On Mon, Oct 3, 2016, 8:45 AM Michele Capra notifications@github.com wrote:
|
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
As titled. Tested by @piccoloaiutante. PR-URL: #4647 Refs: wixtoolset/wix3#366 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Frederic Hemberger <mail@frederic-hemberger.de>
I have added the Italian translation for the windows installer.
Is there something else to add?
Also, I do not have a dev env to build this bundle, so I did not test it.
cc @nodejs/platform-windows @nodejs/nodejs-it @piccoloaiutante