microsoft/PowerToys

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

Offen

#25.049 geöffnet am 27.03.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (7.978 Forks)batch import
Help WantedIdea-EnhancementNeeds-TriageProduct-PowerToys RunRun-Plugin

Repository-Metriken

Stars
 (133.154 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 14T 20h) (117 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide