[PR #4402] [MERGED] Kill NEEDS_LOC and move cmdline descriptions into resources #25743

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4402
Author: @DHowett-MSFT
Created: 1/29/2020
Status: Merged
Merged: 1/31/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/NEEDS_LOC


📝 Commits (2)

  • 7403800 Kill NEEDS_LOC and move cmdline descriptions into resources
  • cefe26d RS_A is less bad than ConvertibleResourceString

📊 Changes

4 files changed (+49 additions, -18 deletions)

View changed files

📝 src/cascadia/TerminalApp/AppCommandlineArgs.cpp (+12 -11)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+34 -1)
📝 src/cascadia/TerminalApp/lib/pch.h (+0 -6)
📝 src/cascadia/WinRTUtils/inc/LibraryResources.h (+3 -0)

📄 Description

Fixes #4155.

Validation steps

Summary: Total=23, Passed=22, Failed=1, Blocked=0, Not Run=0, Skipped=0

The failing test is the same one as before. It is not germane to this pull request.


🔄 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/4402 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 1/29/2020 **Status:** ✅ Merged **Merged:** 1/31/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/NEEDS_LOC` --- ### 📝 Commits (2) - [`7403800`](https://github.com/microsoft/terminal/commit/7403800fc4fbd2937e3ae12fa981efa32db6bca8) Kill NEEDS_LOC and move cmdline descriptions into resources - [`cefe26d`](https://github.com/microsoft/terminal/commit/cefe26daa7f4e9ee6ead10510796f31f0eba0330) RS_A is less bad than ConvertibleResourceString ### 📊 Changes **4 files changed** (+49 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.cpp` (+12 -11) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+34 -1) 📝 `src/cascadia/TerminalApp/lib/pch.h` (+0 -6) 📝 `src/cascadia/WinRTUtils/inc/LibraryResources.h` (+3 -0) </details> ### 📄 Description Fixes #4155. ## Validation steps ``` Summary: Total=23, Passed=22, Failed=1, Blocked=0, Not Run=0, Skipped=0 ``` The failing test is the same one as before. It is not germane to this pull request. --- <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:11:31 +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#25743