Localization
November 28, 2024 ยท View on GitHub
On github.dev
- Fork this repository.
- Open github.dev by pressing . on keyboard.

- Install ResX Viewer/Editor extension (yes, I made an extension for this).
- Copy
./GitHubRepo/Properties/Resources.resxto./GitHubRepo/Properties/Resources.<locale>.resx. - Change the
Values to the translated text. - Add
"$releasePath/<locale>"to the$itemsarray in./GitHubRepo/release.ps1. https://github.com/8LWXpg/PowerToysRun-GitHubRepo/blob/12e642335fcfb889286aa91d282d92bbed6d3fce/GitHubRepo/release.ps1#L19-L24 - Commit the change and submit a PR.