Skip to content
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 build localized UI #5316

Closed
jackqq opened this issue Apr 15, 2016 · 1 comment
Closed

How to build localized UI #5316

jackqq opened this issue Apr 15, 2016 · 1 comment
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@jackqq
Copy link

jackqq commented Apr 15, 2016

  • VSCode Version: master
  • OS Version: Windows 10

I'm trying to test a few modifications to Chinese Simplified translation, but can't get the built Code app localized.

I followed the instructions from:

My build env is:

  • Node JS v4.4.3
  • Python 2.7.11
  • Visual Studio Express 2013

Finally, I started Code successfully with:

.\scripts\code.bat

However, the localized UI just wouldn't show. I discovered that the nls files,

out\vs\workbench\workbench.main.nls.*.js

didn't get built.

How should I build them? Thanks!

I tried instruction from #2228, but couldn't clone the monacotools repository because I'm not authorized. And don't know if this is the right way to go.

@dbaeumer
Copy link
Member

@jackqq you need to run a full build. You can do that using the following command from a command prompt in the vscode directory:

gulp vscode-win32

This builds a full vscode version in ..\VSCode-Win32. After it is done change to that directory and start 'Code - OSS.exe'.

@dbaeumer dbaeumer added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label May 27, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants