Restore missing translations from master to localization branch #21485
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.
Context
#AB2337462
Solving Problem 1 mentioned in the wiki: https://dev.azure.com/mseng/AzureDevOps/_wiki/wikis/AzureDevOps.wiki/51357/Issue-in-Task-repo-Localization-PR
Issue identified from PR: #21459
Problem:
A synchronization issue occurred between the master and localization branches, resulting in translation inconsistencies. The root cause appears to be:
Initial State: Translations for certain variables existed in the master branch but were missing from the localization branch
Likely Cause: A PR containing these translations was merged to master, but the corresponding changes were not merged to the localization branch
Localization Pipeline Run: When the localization pipeline executed, it updated the localization branch with recent .lcl files
PR Creation: The localization branch then raised a PR to master
Resulting Issue: The PR attempted to replace existing translations in master with English versions from the localization branch, because:
Impact: This creates a regression where properly translated content would be replaced with untranslated English text if the PR were merged.
Root Cause: Lack of synchronization between master and localization branch before the localization pipeline runs, leading to the localization branch being out of sync with translation work already completed in master.
Solution:
Identified Inconsistencies: Reviewed the PR #21459 raised from the localization branch and identified translation inconsistencies where English source text was replacing existing translations in master
Retrieved Correct Translations: Extracted the proper translated content from the master branch for all affected resource files
Updated Localization Branch: Applied the correct translations from master to the localization branch, ensuring translated content is preserved
Task Name
ANTV1
AzureAppServiceSettingsV1
AzureFunctionAppV1
AzureIoTEdgeV2
BashV3
CacheBetaV0
CacheBetaV1
CacheV2
CopyFilesV2
DecryptFileV1
DeleteFilesV1
DotNetCoreInstallerV0
DownloadGitHubNugetPackageV1
GitHubReleaseV0
GradleV2
GradleV3
InstallAppleCertificateV2
MavenV2
MavenV3
NuGetInstallerV0
NuGetPackagerV0
NuGetPublisherV0
PublishCodeCoverageResultsV2
PythonScriptV0
RunJMeterLoadTestV1
ServiceFabricComposeDeployV0
ServiceFabricUpdateManifestsV2
XamarinAndroidV1
Description
Summarize the changes made in this PR clearly and concisely.
Risk Assessment (Low / Medium / High)
Assess the level of risk and provide reasoning (e.g., scope, impact, backward compatibility).
Change Behind Feature Flag (Yes / No)
Can this change be behine feature flag, if not why?
Tech Design / Approach
Documentation Changes Required (Yes/No)
Indicate whether related documentation needs to be updated.
Unit Tests Added or Updated (Yes / No)
Indicate whether unit tests were added or modified to reflect these changes.
Additional Testing Performed
List all other tests performed (manual or automated, including integration, regression, scenario tests, etc.).
Logging Added/Updated (Yes/No)
Telemetry Added/Updated (Yes/No)
Rollback Scenario and Process (Yes/No)
Dependency Impact Assessed and Regression Tested (Yes/No)
Checklist