Skip to content

Merge 'main' into 'release_mdd' - #1519

Merged
Gregg Miskelly (gregg-miskelly) merged 5 commits into
release_mddfrom
main
Sep 8, 2025
Merged

Merge 'main' into 'release_mdd'#1519
Gregg Miskelly (gregg-miskelly) merged 5 commits into
release_mddfrom
main

Conversation

@gregg-miskelly

Copy link
Copy Markdown
Member

No description provided.

A number of fields in OpenFolderSchema.json were being localized that shouldn't have been. This fixes OpenFolderSchema.json.lci to hopefully fix this.
…20250904101035275 to main (#1516)

Juno: check in to lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20250904101035275.
This PR checks in fixes from using lcxadmin.exe to further edit OpenFolderSchema.json.lci. This also deletes a .lsproj and .lcg file which were checked in, but I believe should not have been as these are generated from the build.

Notes on how to do this in the future:
1. Add MicroBuild.Plugins.Localization to the local nuget cache. I was able to do so thusly: `nuget install MicroBuild.Plugins.Localization -Source "https://pkgs.dev.azure.com/devdiv/_packaging/MicroBuildToolset/nuget/v3/index.json" -Prerelease -OutputDirectory test`. After running this, you should be able to remove the `test` directory since the plugin should now be in your nuget cache.
2. Build the MIEngine solution
3. In `src\MIDebugPackage`, build using `msbuild /p:LocType=Pseudo /p:LocLanguages=VS /p:LSBuildVersion=V7 /p:LocalizationEnabled=true`.
4. Run `NugetPackages\microsoft.devdiv.localization.toolset\1.1.24090301\current\lcxadmin.exe MIEngine\bin\Debug\localize\ENU\OpenFolderSchema.json.lcg MIEngine\loc\lci\OpenFolderSchema.json.lci` to open the LCI editor, and configured strings.
5. If you made changes in step 4, repeat step 3
6. Use `"C:\Program Files\Git\usr\bin\diff.exe" d:\dd\MIEngine\bin\Debug\OpenFolderSchema.json d:\dd\MIEngine\bin\Debug\localize\CHS\OpenFolderSchema.json | findstr /v /c:"description"` to see if any non-description lines are being changed between ENU and the localized version.
…20250906094718381 to main (#1518)

Juno: check in to lego/hb_d72c5677-3f00-4225-b18e-0a1e8a8f5f0e_20250906094718381.
@gregg-miskelly
Gregg Miskelly (gregg-miskelly) merged commit 5a80f03 into release_mdd Sep 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants