[PR #4642] [MERGED] Unify resource filenames across the repository #25864

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4642
Author: @DHowett-MSFT
Created: 2/19/2020
Status: Merged
Merged: 2/20/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/do_the_same_thing_for_resources_in_cascadia_package_that_you_did_in_the_windows_terminal_universal_package


📝 Commits (2)

  • c38129e Restructure CascadiaPackage resources like WTU
  • 04f56ad Restructure Terminal* to be the same

📊 Changes

9 files changed (+81 additions, -19 deletions)

View changed files

📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+2 -1)
📝 src/cascadia/CascadiaPackage/Resources/Resources.language-en.resw (+1 -13)
src/cascadia/CascadiaPackage/Resources/Resources.resw (+73 -0)
📝 src/cascadia/TerminalApp/Resources/Resources.language-en.resw (+0 -0)
📝 src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj (+2 -2)
📝 src/cascadia/TerminalConnection/Resources/Resources.language-en.resw (+0 -0)
📝 src/cascadia/TerminalConnection/TerminalConnection.vcxproj (+2 -2)
📝 src/cascadia/TerminalControl/Resources/Resources.language-en.resw (+0 -0)
📝 src/cascadia/TerminalControl/TerminalControl.vcxproj (+1 -1)

📄 Description

This unifies the rest of the projects around the resource structure laid out in WindowsTerminalUniversal. Now we'll have a single flat structure for resource files and keep the qualifiers in their filenames. It's easier to manage this way.


🔄 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/4642 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 2/19/2020 **Status:** ✅ Merged **Merged:** 2/20/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/do_the_same_thing_for_resources_in_cascadia_package_that_you_did_in_the_windows_terminal_universal_package` --- ### 📝 Commits (2) - [`c38129e`](https://github.com/microsoft/terminal/commit/c38129eb483d643e65f1b2b3ab1db929de818c9e) Restructure CascadiaPackage resources like WTU - [`04f56ad`](https://github.com/microsoft/terminal/commit/04f56ad2e1e441f3119cd6c85a320fdcc43501d9) Restructure Terminal* to be the same ### 📊 Changes **9 files changed** (+81 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+2 -1) 📝 `src/cascadia/CascadiaPackage/Resources/Resources.language-en.resw` (+1 -13) ➕ `src/cascadia/CascadiaPackage/Resources/Resources.resw` (+73 -0) 📝 `src/cascadia/TerminalApp/Resources/Resources.language-en.resw` (+0 -0) 📝 `src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalConnection/Resources/Resources.language-en.resw` (+0 -0) 📝 `src/cascadia/TerminalConnection/TerminalConnection.vcxproj` (+2 -2) 📝 `src/cascadia/TerminalControl/Resources/Resources.language-en.resw` (+0 -0) 📝 `src/cascadia/TerminalControl/TerminalControl.vcxproj` (+1 -1) </details> ### 📄 Description This unifies the rest of the projects around the resource structure laid out in WindowsTerminalUniversal. Now we'll have a single flat structure for resource files and keep the qualifiers in their filenames. It's easier to manage this way. --- <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:12:18 +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#25864