microsoft/PowerToys

[PT Run] Indexer plugin: Add localization of path and file name

开放

#25,049 创建于 2023年3月27日

 (0 条评论) (0 个反应) (0 位负责人)C# (7,978 个派生)batch import
Help WantedIdea-EnhancementNeeds-TriageProduct-PowerToys RunRun-Plugin

仓库指标

星标
 (133,154 个星标)
PR 合并指标
 (平均合并 14天 20小时) (30 天内合并 117 个 PR)

描述

Description of the new feature / enhancement

For the program plugin we added localization now.

For the indexer plugin I tried this too in the PR #23665. But the implementation I used don't work as expected. The indexed data are translated in the language the OS was installed. (See this comment: https://github.com/microsoft/PowerToys/pull/23665#issuecomment-1429738982)

The localization feature should have the following features:

  • Search in englisch and OS locale.
  • Show the file names in OS locale.
  • Show the file paths in OS locale.

Scenario when this would be used?

The explorer shows the translated names of the folders.

Supporting information

No response

贡献者指南