Localization

February 8, 2025 ยท 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. Create ./FirefoxBookmark/Properties/Resources.<locale>.resx.
  5. Run command ResX: Sync with Main Resource in the Same Folder or click top right icon in the resx file.
  6. Change the Values to the translated text.
  7. Add "$releasePath/<locale>" to the $items array in ./FirefoxBookmark/release.ps1.
  8. Commit the change and submit a PR.