FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

win,msi: Added Italian translation by mcollina · Pull Request #4647 · nodejs/node · GitHub

/ node Public

win,msi: Added Italian translation - #4647

Closed
mcollina wants to merge 1 commit into
nodejs:masterfrom
mcollina:msvs-it
Closed

win,msi: Added Italian translation#4647
mcollina wants to merge 1 commit into
nodejs:masterfrom
mcollina:msvs-it

Conversation

Copy link
Copy Markdown
Member

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

Comment thread tools/msvs/msi/i18n/it-it.wxl Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

installto => installato

Copy link
Copy Markdown
Member

@mcollina i could try to build it in the next two three days. What's the deadline for this task?

mscdex added windows Issues and PRs related to the Windows platform. install Issues and PRs related to the installers. labels Jan 12, 2016

Copy link
Copy Markdown
Member Author

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).

Copy link
Copy Markdown
Member

@mcollina ok i'm downloading VS2013 to build six project because i'm currently unable to build it with my vs2015.
I hope to get it build by tomorrow :-)

Copy link
Copy Markdown
Member

@mcollina this also needs to be added commented in nodemsi.wixproj, similar to https://github.com/nodejs/node/pull/2569/files .

@piccoloaiutante note that to build with VS2015 you need WiX 3.10. If you find issues with it, please report.

Copy link
Copy Markdown
Member

@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?

Copy link
Copy Markdown
Member Author

@joaocgreis I've added the nodemsi.wixproj stuff.

Copy link
Copy Markdown
Contributor

@piccoloaiutante I have the same issue, anyone has a fix?

Copy link
Copy Markdown
Member

@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:

Copy link
Copy Markdown
Member Author

Possibly it's my bad, any idea how to fix those?

Copy link
Copy Markdown
Member

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:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/localized-variable-unknown-for-fr-FR-it-IT-and-some-other-cultures-td7585859.html

mcollina commented Mar 2, 2016

Copy link
Copy Markdown
Member Author

@piccoloaiutante maybe you can send those translation to upstream at wix (see #2569 (comment))?

estliberitas force-pushed the master branch 2 times, most recently from 7da4fd4 to c7066fb Compare April 26, 2016 05:22

Copy link
Copy Markdown
Contributor

@mcollina where are we at on this?

Copy link
Copy Markdown
Member Author

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?

Copy link
Copy Markdown
Member

Sorry i missed it. Let me send the PR to WiX and see if it gets accepted.

Copy link
Copy Markdown
Member

PR for italian translation for Wix has been submitted. I hope they'll evaluate it soon..

wixtoolset/wix3#366

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Member

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.

wixtoolset/wix3#366

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..

Copy link
Copy Markdown
Member

I finally got it working :)








Copy link
Copy Markdown
Member Author

Copy link
Copy Markdown
Contributor

mcollina added a commit to mcollina/node that referenced this pull request Jul 13, 2016
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>

Copy link
Copy Markdown
Member Author

Merged in as c01d61a

mcollina closed this Jul 13, 2016

Copy link
Copy Markdown
Contributor

@mcollina Great, thanks! Can we land #2569 as well?

Copy link
Copy Markdown
Member Author

@fhemberger can't really tell. I think so, but I know nothing about Chinese :(.

Copy link
Copy Markdown
Contributor

@mcollina Well, regarding the content, there are several LGTMs from nodejs-cn.

evanlucas pushed a commit that referenced this pull request Jul 15, 2016
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>
evanlucas added a commit that referenced this pull request Jul 19, 2016
Notable changes:

* deps: upgrade to V8 5.0.71.54 (Ben Noordhuis) [#7531](#7531)
* win,msi
  * add zh-CN translations for the installer (Minqi Pan) [#2569](#2569)
  * Added Italian translation (Matteo Collina) [#4647](#4647)

PR-URL: #7782
cjihrig mentioned this pull request Aug 8, 2016
cjihrig pushed a commit that referenced this pull request Aug 10, 2016
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>
cjihrig mentioned this pull request Aug 11, 2016

Copy link
Copy Markdown
Contributor

@mcollina I am landing this on v4.x-staging. Would you be able to build and test that things are not weird?

MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
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>

Copy link
Copy Markdown
Member Author

@thealphanerd not really, @piccoloaiutante will do it :)

mcollina deleted the msvs-it branch September 30, 2016 16:19

mcollina commented Sep 30, 2016
edited
Loading

Copy link
Copy Markdown
Member Author

@thealphanerd as far as I remember, the translated installers were not enabled. Are you enabling them in the next release?

Copy link
Copy Markdown
Contributor

@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?

Copy link
Copy Markdown
Member Author

@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.
I will let him drive this.

Copy link
Copy Markdown
Member

@thealphanerd enabling build for it-IT in in nodemsi.wixproj i was able to build this PR out of v4.x-staging. Do you need anything else?

Copy link
Copy Markdown
Member

@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.

Copy link
Copy Markdown
Contributor

thanks for the confirmation, that was all I needed

On Mon, Oct 3, 2016, 8:45 AM Michele Capra notifications@github.com wrote:

@thealphanerd https://github.com/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.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4647 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAecVwGPq_0veNa_IWjD-OrRXqBWBi7Eks5qwPkEgaJpZM4HDGdc
.

rvagg pushed a commit that referenced this pull request Oct 18, 2016
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>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
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>
MylesBorins mentioned this pull request Oct 26, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

install Issues and PRs related to the installers. windows Issues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL