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