-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The strings in the explorer context menu entry need to be localized #6112
Labels
Area-Localization
Area-ShellExtension
For issues related to the explorer right-click context menu
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Severity-Blocking
We won't ship a release like this! No-siree.
Milestone
Comments
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
May 21, 2020
zadjii-msft
added
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
Product-Terminal
The new Windows Terminal.
Issue-Task
It's a feature request, but it doesn't really need a major design.
labels
May 21, 2020
zadjii-msft
added
Severity-Blocking
We won't ship a release like this! No-siree.
Area-Localization
labels
May 21, 2020
DHowett
removed
the
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
label
May 21, 2020
zadjii-msft
added
Area-ShellExtension
For issues related to the explorer right-click context menu
and removed
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
labels
May 28, 2020
miniksa
added
Area-ShellExtension
For issues related to the explorer right-click context menu
and removed
Area-ShellExtension
For issues related to the explorer right-click context menu
labels
Jun 19, 2020
Closed
6 tasks
DHowett
added a commit
that referenced
this issue
Jun 17, 2021
This commit introduces localization for the "Open in Windows Terminal" menu item and differentiates it based on compile-time branding (rather than runtime detection!). @leonMSFT's tray icon pull request had the excellent idea to use the TerminalApp's resource compartment for auxiliary resources for projects that can't otherwise be localized the same way. Doing localization in the shell extension (or WindowsTerminal.exe) would require us to use MUIRCT and split the build process up to support mui files. That's a huge amount of work... but this is *not* a huge amount of work. Fixes #6112
ghost
added
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
and removed
In-PR
This issue has a related PR
labels
Jun 17, 2021
ghost
pushed a commit
that referenced
this issue
Jun 17, 2021
This commit introduces localization for the "Open in Windows Terminal" menu item and differentiates it based on compile-time branding (rather than runtime detection!). @leonMSFT's tray icon pull request had the excellent idea to use the TerminalApp's resource compartment for auxiliary resources for projects that can't otherwise be localized the same way. Doing localization in the shell extension (or WindowsTerminal.exe) would require us to use MUIRCT and split the build process up to support mui files. That's a huge amount of work... but this is *not* a huge amount of work. Fixes #6112
DHowett
added a commit
that referenced
this issue
Jul 7, 2021
This commit introduces localization for the "Open in Windows Terminal" menu item and differentiates it based on compile-time branding (rather than runtime detection!). @leonMSFT's tray icon pull request had the excellent idea to use the TerminalApp's resource compartment for auxiliary resources for projects that can't otherwise be localized the same way. Doing localization in the shell extension (or WindowsTerminal.exe) would require us to use MUIRCT and split the build process up to support mui files. That's a huge amount of work... but this is *not* a huge amount of work. Fixes #6112 (cherry picked from commit b659321) # Conflicts: # src/cascadia/TerminalApp/Resources/en-US/Resources.resw
DHowett
added a commit
that referenced
this issue
Jul 7, 2021
This commit introduces localization for the "Open in Windows Terminal" menu item and differentiates it based on compile-time branding (rather than runtime detection!). @leonMSFT's tray icon pull request had the excellent idea to use the TerminalApp's resource compartment for auxiliary resources for projects that can't otherwise be localized the same way. Doing localization in the shell extension (or WindowsTerminal.exe) would require us to use MUIRCT and split the build process up to support mui files. That's a huge amount of work... but this is *not* a huge amount of work. Fixes #6112 (cherry picked from commit b659321)
🎉This issue was addressed in #10446, which has now been successfully released as Handy links: |
🎉This issue was addressed in #10446, which has now been successfully released as Handy links: |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Localization
Area-ShellExtension
For issues related to the explorer right-click context menu
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Severity-Blocking
We won't ship a release like this! No-siree.
Follow up from #6100.
Those strings are hardcoded right now - they should use localizable resources like the rest of our projects. Unsure about how exactly the best way to do that would be.
The text was updated successfully, but these errors were encountered: