[PR #12090] [MERGED] Move the context menu strings to a separate resw compartment #28834

Open
opened 2026-01-31 09:31:05 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12090
Author: @DHowett
Created: 1/5/2022
Status: Merged
Merged: 1/7/2022
Merged by: @DHowett

Base: mainHead: dev/duhowett/multimenu


📝 Commits (2)

  • 788a05e Move the context menu resources to a separate resource compartment
  • b57d118 yeah localize it too

📊 Changes

5 files changed (+137 additions, -14 deletions)

View changed files

📝 build/pipelines/release.yml (+2 -0)
📝 src/cascadia/ShellExtension/dllmain.cpp (+2 -2)
src/cascadia/TerminalApp/Resources/en-US/ContextMenu.resw (+132 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+0 -12)
📝 src/cascadia/TerminalApp/TerminalAppLib.vcxproj (+1 -0)

📄 Description

This is so that they can be localized separately, and into more
languages.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12090 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 1/5/2022 **Status:** ✅ Merged **Merged:** 1/7/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/multimenu` --- ### 📝 Commits (2) - [`788a05e`](https://github.com/microsoft/terminal/commit/788a05e788e0d887adeeb86db9ffeb47f29dc9d7) Move the context menu resources to a separate resource compartment - [`b57d118`](https://github.com/microsoft/terminal/commit/b57d11882b2e93a6d9cfadc34a7e89faf97122b4) yeah localize it too ### 📊 Changes **5 files changed** (+137 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `build/pipelines/release.yml` (+2 -0) 📝 `src/cascadia/ShellExtension/dllmain.cpp` (+2 -2) ➕ `src/cascadia/TerminalApp/Resources/en-US/ContextMenu.resw` (+132 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+0 -12) 📝 `src/cascadia/TerminalApp/TerminalAppLib.vcxproj` (+1 -0) </details> ### 📄 Description This is so that they can be localized separately, and into more languages. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:31:05 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28834