[PR #5119] [MERGED] Prepare for automated localization #26107

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5119
Author: @DHowett-MSFT
Created: 3/25/2020
Status: Merged
Merged: 3/25/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/localization-phase-1


📝 Commits (5)

  • e28a4f9 Add a LocConfig
  • 7ab52b3 Rename all resources to en-US again; wildcard the projects
  • 25539f5 Actually try going back to the folder layou
  • 9b81b02 Merge remote-tracking branch 'origin/master' into loc-test
  • ab9d2c3 fix filters

📊 Changes

13 files changed (+22 additions, -10 deletions)

View changed files

build/config/LocConfig.xml (+15 -0)
📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+1 -1)
📝 src/cascadia/CascadiaPackage/Resources/en-US/Resources.resw (+0 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+0 -0)
📝 src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj (+1 -1)
📝 src/cascadia/TerminalConnection/Resources/en-US/Resources.resw (+0 -0)
📝 src/cascadia/TerminalConnection/TerminalConnection.vcxproj (+1 -1)
📝 src/cascadia/TerminalControl/Resources/en-US/Resources.resw (+0 -0)
📝 src/cascadia/TerminalControl/TerminalControl.vcxproj (+1 -1)
📝 src/cascadia/TerminalControl/TerminalControl.vcxproj.filters (+1 -1)
📝 src/cascadia/WindowsTerminalUniversal/Resources/en-US/Resources.resw (+0 -0)
📝 src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj (+1 -1)
📝 src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj.filters (+1 -4)

📄 Description

This pull request includes a localization config file that identifies
the modules we need to localize. It also moves us back to the
Resources\LANGUAGE\Resources.resw resource layout, but using wildcards
so that the build system can pick up any number of 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/5119 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 3/25/2020 **Status:** ✅ Merged **Merged:** 3/25/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/localization-phase-1` --- ### 📝 Commits (5) - [`e28a4f9`](https://github.com/microsoft/terminal/commit/e28a4f9431073fb67a3e1af386d58bcc8835ed6f) Add a LocConfig - [`7ab52b3`](https://github.com/microsoft/terminal/commit/7ab52b3e04904b47a18e191c34accf135ab11d06) Rename all resources to en-US again; wildcard the projects - [`25539f5`](https://github.com/microsoft/terminal/commit/25539f594e54918317958f1427c61414e59b8390) Actually try going back to the folder layou - [`9b81b02`](https://github.com/microsoft/terminal/commit/9b81b0266fd2b84266ce04b260603f331f10e185) Merge remote-tracking branch 'origin/master' into loc-test - [`ab9d2c3`](https://github.com/microsoft/terminal/commit/ab9d2c354983bce848ffbf03f52f67528c4b306c) fix filters ### 📊 Changes **13 files changed** (+22 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `build/config/LocConfig.xml` (+15 -0) 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+1 -1) 📝 `src/cascadia/CascadiaPackage/Resources/en-US/Resources.resw` (+0 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+0 -0) 📝 `src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj` (+1 -1) 📝 `src/cascadia/TerminalConnection/Resources/en-US/Resources.resw` (+0 -0) 📝 `src/cascadia/TerminalConnection/TerminalConnection.vcxproj` (+1 -1) 📝 `src/cascadia/TerminalControl/Resources/en-US/Resources.resw` (+0 -0) 📝 `src/cascadia/TerminalControl/TerminalControl.vcxproj` (+1 -1) 📝 `src/cascadia/TerminalControl/TerminalControl.vcxproj.filters` (+1 -1) 📝 `src/cascadia/WindowsTerminalUniversal/Resources/en-US/Resources.resw` (+0 -0) 📝 `src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj` (+1 -1) 📝 `src/cascadia/WindowsTerminalUniversal/WindowsTerminalUniversal.vcxproj.filters` (+1 -4) </details> ### 📄 Description This pull request includes a localization config file that identifies the modules we need to localize. It also moves us back to the `Resources\LANGUAGE\Resources.resw` resource layout, but using wildcards so that the build system can pick up any number of 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:13:58 +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#26107