Skip to content

Commit b5a6d98

Browse files
doc and version
1 parent 1730234 commit b5a6d98

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.6.0</Version>
3+
<Version>0.7.0</Version>
44
</PropertyGroup>
55

66
<ItemGroup>

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ Simple [PowerToys Run](https://learn.microsoft.com/windows/powertoys/run) experi
2020
- Extract the archive to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`
2121
- Open PowerToys
2222

23+
## Localization
24+
25+
The plugin has limited user-facing strings, but due to feedback and downloads, version 0.7.0 and onward supports localization.
26+
The goal is to cover the same languages as PowerToys.
27+
Pull requests for new languages or improvements to existing translations are welcome.
28+
29+
- Fork and clone this repository
30+
- Open `Community.PowerToys.Run.Plugin.EdgeFavorite.sln` in Visual Studio
31+
- In Solution Explorer, navigate to `Community.PowerToys.Run.Plugin.EdgeFavorite\Properties`
32+
- To enhance existing translations, open and update the relevant `.resx` file
33+
- To add a new language, create a new resource file named `Resources.xx-XX.resx` (e.g. `Resources.it-IT.resx` for Italian)
34+
- Once you're done, commit your changes, push to GitHub, and make a pull request
35+
2336
## Screenshots
2437

2538
![Search](./images/Search.png)

0 commit comments

Comments
 (0)