-
Notifications
You must be signed in to change notification settings - Fork 676
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
Localize generated debugger package.json strings #6088
Conversation
This PR updates the generateOptionsSchema to create keys for package.nls.json that are used in package.json for localization. This will automatically take the english strings in OptionsSchema.json + etc and convert them into keys to use for package.nls.json and update package.nls.json.
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.
I guess a nice side effect is that updates to the package.json will no longer remove the \u200b characters!
Can we remove this now?
|
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.
Otherwise looks good to me
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.
This PR updates the generateOptionsSchema to create keys for package.nls.json that are used in package.json for localization.
This will automatically take the english strings in OptionsSchema.json + etc and convert them into keys to use for package.nls.json and update package.nls.json.
The keys that are generated with start with
generateOptionsSchema
and that will be used to clean up old keys.