Localized file check-in by OneLocBuild Task: Build definition ID 15684: Build ID 14002156#2008
Closed
embeddedbot wants to merge 2 commits intomainfrom
Closed
Localized file check-in by OneLocBuild Task: Build definition ID 15684: Build ID 14002156#2008embeddedbot wants to merge 2 commits intomainfrom
embeddedbot wants to merge 2 commits intomainfrom
Conversation
…4: Build ID 14002156
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the localized message catalogs with the current vcpkg message set by removing an obsolete AddVersionFileNotFound entry from the non-English locale files. It fits into the codebase’s localization pipeline by keeping translated message maps aligned with the active built-in messages.
Changes:
- Removes the obsolete
AddVersionFileNotFoundtranslation from all shipped non-English locale JSON files. - Keeps localized message catalogs consistent with the current English/source message inventory.
- Makes no code-path or behavior changes beyond localization data cleanup.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| locales/messages.zh-Hant.json | Removes the obsolete AddVersionFileNotFound entry from the Traditional Chinese catalog. |
| locales/messages.zh-Hans.json | Removes the obsolete AddVersionFileNotFound entry from the Simplified Chinese catalog. |
| locales/messages.tr.json | Removes the obsolete AddVersionFileNotFound entry from the Turkish catalog. |
| locales/messages.ru.json | Removes the obsolete AddVersionFileNotFound entry from the Russian catalog. |
| locales/messages.pt-BR.json | Removes the obsolete AddVersionFileNotFound entry from the Brazilian Portuguese catalog. |
| locales/messages.pl.json | Removes the obsolete AddVersionFileNotFound entry from the Polish catalog. |
| locales/messages.ko.json | Removes the obsolete AddVersionFileNotFound entry from the Korean catalog. |
| locales/messages.ja.json | Removes the obsolete AddVersionFileNotFound entry from the Japanese catalog. |
| locales/messages.it.json | Removes the obsolete AddVersionFileNotFound entry from the Italian catalog. |
| locales/messages.fr.json | Removes the obsolete AddVersionFileNotFound entry from the French catalog. |
| locales/messages.es.json | Removes the obsolete AddVersionFileNotFound entry from the Spanish catalog. |
| locales/messages.de.json | Removes the obsolete AddVersionFileNotFound entry from the German catalog. |
| locales/messages.cs.json | Removes the obsolete AddVersionFileNotFound entry from the Czech catalog. |
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.
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.