Skip to content

Commit

Permalink
doc and version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Sep 8, 2024
1 parent 1730234 commit b5a6d98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ Simple [PowerToys Run](https://learn.microsoft.com/windows/powertoys/run) experi
- Extract the archive to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`
- Open PowerToys

## Localization

The plugin has limited user-facing strings, but due to feedback and downloads, version 0.7.0 and onward supports localization.
The goal is to cover the same languages as PowerToys.
Pull requests for new languages or improvements to existing translations are welcome.

- Fork and clone this repository
- Open `Community.PowerToys.Run.Plugin.EdgeFavorite.sln` in Visual Studio
- In Solution Explorer, navigate to `Community.PowerToys.Run.Plugin.EdgeFavorite\Properties`
- To enhance existing translations, open and update the relevant `.resx` file
- To add a new language, create a new resource file named `Resources.xx-XX.resx` (e.g. `Resources.it-IT.resx` for Italian)
- Once you're done, commit your changes, push to GitHub, and make a pull request

## Screenshots

![Search](./images/Search.png)
Expand Down

0 comments on commit b5a6d98

Please sign in to comment.