Skip to content

Commit

Permalink
Remove location-specific suffixes from the zh- lang specifiers (#13148)
Browse files Browse the repository at this point in the history
This only impacts the UI. We can take a workitem to rename the loc data
later. When the user specifies zh-Hans/zh-Hant, the resource mapper does
the right thing.

Related to #8984
  • Loading branch information
DHowett authored May 24, 2022
1 parent c5fad74 commit 78852e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cascadia/TerminalSettingsEditor/GlobalAppearance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
L"qps-PLOCA",
L"qps-PLOCM",
L"ru",
L"zh-Hans-CN",
L"zh-Hant-TW",
L"zh-Hans",
L"zh-Hant",
};

GlobalAppearance::GlobalAppearance()
Expand Down

0 comments on commit 78852e0

Please sign in to comment.