Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 640 Bytes

Localizing.md

File metadata and controls

12 lines (10 loc) · 640 Bytes

Localization

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 ./SSH/Properties/Resources.resx to ./SSH/Properties/Resources.<locale>.resx.
  5. Change the Values to the translated text.
  6. Add "$releasePath/<locale>" to the $items array in ./SSH/release.ps1.
  7. Commit the change and submit a PR.