Localization

November 28, 2024 ยท View on GitHub

On github.dev

  1. Fork this repository.
  2. Open github.dev by pressing . on keyboard.
    Open github.dev
  3. Install ResX Viewer/Editor extension (yes, I made an extension for this).
  4. Copy ./ProcessKiller/Properties/Resources.resx to ./ProcessKiller/Properties/Resources.<locale>.resx.
  5. Change the Values to the translated text.
  6. Add "$releasePath/<locale>" to the $items array in ./ProcessKiller/release.ps1. https://github.com/8LWXpg/PowerToysRun-ProcessKiller/blob/bc8a9932df1800b1577ac673ac10795047590b48/ProcessKiller/release.ps1#L19-L24
  7. Commit the change and submit a PR.