Add Spanish localization - #1101
Open
Ismail Haddouche Rhali (ismailhaddouche) wants to merge 2 commits into
Open
Ismail Haddouche Rhali (ismailhaddouche) wants to merge 2 commits into
Ismail Haddouche Rhali (ismailhaddouche) wants to merge 2 commits into
Conversation
Author
|
@microsoft-github-policy-service agree |
Copilot started reviewing on behalf of
Changyong Gong (chagong)
September 21, 2026 07:02
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
Localization parity and command links were validated with no unresolved issues.
Review effort: Lite
Findings: None
What changed in this PR
Adds complete Spanish localization for the extension.
Changes:
- Adds 70 Spanish translations across commands, settings, tasks, and welcome views.
- Preserves localization keys and command URIs.
| File | Description |
|---|---|
package.nls.es.json |
Spanish translations for extension UI strings. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "taskDefinitions.java.project.exportJar.elements": "Lista de contenido del archivo JAR exportado.", | ||
| "taskDefinitions.java.project.exportJar.mainClass": "Clase principal del manifiesto del archivo JAR exportado.", | ||
| "taskDefinitions.java.project.exportJar.compileOutput": "Carpetas que contienen archivos de clase de salida en el ámbito de ejecución.", | ||
| "taskDefinitions.java.project.exportJar.testCompileOutput": "Carpetas que contienen archivos de clase de salida en el ámbito de prueba.", |
Contributor
There was a problem hiding this comment.
Optional wording suggestion: ámbito de pruebas is more idiomatic than ámbito de prueba for “test scope.” This also applies to the test-dependency description below.
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
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.
Summary
package.nls.es.jsonfor the extensionpackage.nls.jsonThis covers commands, settings, task definitions, and Java Projects welcome views, including Create Java Project.
Validation
jqvalidation and exact key-parity check withpackage.nls.jsonnpm run compilenpm run tslintnpm exec -- vsce lsconfirmspackage.nls.es.jsonis packagednpm test: 53 tests pass; two existing Simple Project View integration tests fail because the Red Hat Java test host reportsNo delegateCommandHandler for java.getPackageData(unrelated to this JSON-only change)