Skip to content

Add PDP.xml to the LocProject.json file - #27966

Merged
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
daxian-dbw:pdp-localization
Sep 4, 2026
Merged

Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
daxian-dbw:pdp-localization

Conversation

@daxian-dbw

Copy link
Copy Markdown
Member

PR Summary

Add PDP.xml to the LocProject.json file, so that we can localize the strings used in the MS Store front for the MSIX packages.

  1. Rename the store/PDP folder to store/PDPs.
  2. Update the pipeline .yml files to use the updated path to PDP.xml and PDP-Media.
  3. Add the PDP.xml to LocProject.json as a LocItem.
    • Use the copy option LangIDOnPath -- Localized files are copied under OutputPath with a language ID folder such as {OutputPath}\ko\B.resjson for ko (Korean), so that the folder structure will be as the follows:
    .pipelines/store/PDP/PDP
    --- en-US
        |--- PDP.xml
    --- cs
        |--- PDP.xml
    --- es
        |--- PDP.xml
    ...
    

PR Checklist

Copilot AI lite review requested due to automatic review settings September 3, 2026 17:33
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 Needs a closer look

The newly added PDP.xml contains customer-facing text issues and many empty localizable placeholders that should be corrected/trimmed before localization and Store packaging.

Pull request overview

Adds Store listing PDP content to the localization project and updates pipeline paths to reflect the renamed PDP directory, enabling localization of MSIX Store-front strings.

Changes:

  • Added .pipelines/store/PDPs/PDP/en-US/PDP.xml as a LocItem in Localize/LocProject.json with CopyOption: LangIDOnPath.
  • Updated Store packaging pipeline template paths to use .pipelines/store/PDPs/... (including PDP.xml and PDP-Media).
  • Introduced the new PDP folder structure under .pipelines/store/PDPs/ (including a placeholder PDP-Media language directory).
File summaries
File Description
Localize/LocProject.json Adds PDP.xml as a localized input and configures language-folder output copying.
.pipelines/templates/package-store-package.yml Updates Store packaging steps to reference the renamed PDPs directory for PDP and media inputs.
.pipelines/store/PDPs/PDP/en-US/PDP.xml Adds the en-US PDP definition that will be localized and packaged for Store submissions.
.pipelines/store/PDPs/PDP-Media/en-US/.gitkeep Ensures the expected PDP media directory structure exists for Store packaging.
Review details
  • Files reviewed: 2/4 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.6.x-Consider CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants