[PR #1972] Move TerminalApp's resources into the TerminalApp project #24740

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

Original Pull Request: https://github.com/microsoft/terminal/pull/1972

State: closed
Merged: Yes


This commit also introduces a scoped resource accessor, lightly taken
from microsoft-ui-xaml. It also moves all static UI strings out of
App.cpp and into localizable resources.

Fixes #792. Puts us in a better place to address #1484.

The resource accessor was necessary to make sure that TerminalApp loaded its own resources and not the toplevel resource dictionary.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/1972 **State:** closed **Merged:** Yes --- This commit also introduces a scoped resource accessor, lightly taken from microsoft-ui-xaml. It also moves all static UI strings out of App.cpp and into localizable resources. Fixes #792. Puts us in a better place to address #1484. The resource accessor was necessary to make sure that TerminalApp loaded its own resources and not the toplevel resource dictionary.
claunia added the pull-request label 2026-01-31 09:05: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#24740