forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add localization #18954
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
Merged
paulacamargo25
merged 15 commits into
microsoft:Add-localization
from
paulacamargo25:Add-localization
Apr 19, 2022
Merged
Add localization #18954
paulacamargo25
merged 15 commits into
microsoft:Add-localization
from
paulacamargo25:Add-localization
Apr 19, 2022
Conversation
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
paulacamargo25
added a commit
that referenced
this pull request
May 5, 2022
* Add localization (#18954) * Enable localization using nls * Add i18n files * Add current translations * Add export and import scripts * Fix import translation function * Clean code * Update package-lock.json * Delete i18n files * Update package-lock.json * Add news * Fix package files * Addd sourcemaps * Add missing translations * Remove localize test * Add paths in pre-release * Update pipeline * Update pushStep * Fix move item step * Fix pull Steps * Fix pipeline push and pull * Fix translations import param * Fix generate translations task * Add generate translation task to compile script * Add generate translations in the build steps * Change i18n pt-br file name * Delete package.nls.de.json * Delete package.nls.pt-br.json * Move generate translation task to PullStep * Add nls webpack configuration * Add nls config in extension.ts * Try new path in webpack loader * Test removing nls conf * Add nls plugin * Fix translations, remove nls pluging * Remove unnecessary files * Clean code * Fix some comments * Remove unnecessary packages * Fix string with format * Fix localize string * Fix test in watcher * Ignore localization files * Change strings in tests * Test importing nls in other file * Fix comment in translations in tests * Add missing translations * Remove nls config in all files * Add location steps in the stable pipeline * Using new vscode-engineering feature to abstract away gulp (#19063) * try new format * remove nls gulp stuff * back on main * maybe use ../../ * try this * try setting to where bundles are * try new locBundleDestination * try another * try just src * try * try root dir * Add i18n to vscodeignore * Clean Code * Remove old translations * update templates to main Co-authored-by: Tyler James Leonhardt <[email protected]>
wesm
pushed a commit
to posit-dev/positron
that referenced
this pull request
Mar 28, 2024
* Add localization (microsoft/vscode-python#18954) * Enable localization using nls * Add i18n files * Add current translations * Add export and import scripts * Fix import translation function * Clean code * Update package-lock.json * Delete i18n files * Update package-lock.json * Add news * Fix package files * Addd sourcemaps * Add missing translations * Remove localize test * Add paths in pre-release * Update pipeline * Update pushStep * Fix move item step * Fix pull Steps * Fix pipeline push and pull * Fix translations import param * Fix generate translations task * Add generate translation task to compile script * Add generate translations in the build steps * Change i18n pt-br file name * Delete package.nls.de.json * Delete package.nls.pt-br.json * Move generate translation task to PullStep * Add nls webpack configuration * Add nls config in extension.ts * Try new path in webpack loader * Test removing nls conf * Add nls plugin * Fix translations, remove nls pluging * Remove unnecessary files * Clean code * Fix some comments * Remove unnecessary packages * Fix string with format * Fix localize string * Fix test in watcher * Ignore localization files * Change strings in tests * Test importing nls in other file * Fix comment in translations in tests * Add missing translations * Remove nls config in all files * Add location steps in the stable pipeline * Using new vscode-engineering feature to abstract away gulp (microsoft/vscode-python#19063) * try new format * remove nls gulp stuff * back on main * maybe use ../../ * try this * try setting to where bundles are * try new locBundleDestination * try another * try just src * try * try root dir * Add i18n to vscodeignore * Clean Code * Remove old translations * update templates to main Co-authored-by: Tyler James Leonhardt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.