diff options
author | Ajay <[email protected]> | 2023-08-14 09:28:58 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-08-14 09:28:58 -0400 |
commit | 66c974b01122410ce54effb0fa546c344ee0deb6 (patch) | |
tree | 79340d8986e36ae0879b308b1539d43671a84b56 | |
parent | d8cc93c841a0cb23d1ed10f36b6b5cc87aae71b7 (diff) | |
parent | de22accfda8c6dc5204d6b1aa7f2a53f25f4075d (diff) | |
download | SponsorBlock-66c974b01122410ce54effb0fa546c344ee0deb6.tar.gz SponsorBlock-66c974b01122410ce54effb0fa546c344ee0deb6.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40f9d2db..ac044615 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,8 @@ If you make any contributions to SponsorBlock after this file was created, you are agreeing that any code you have contributed will be licensed under LGPL-3.0 or later. +# Translations +https://crowdin.com/project/sponsorblock + # Building ## Building locally 0. You must have [Node.js 16 or later](https://nodejs.org/) and npm installed. Works best on Linux @@ -24,5 +27,5 @@ Run `npm run dev` (for Chrome) or `npm run dev:firefox` (for Firefox) to run the Known chromium bug: Extension is not loaded properly on first start. Visit `chrome://extensions/` and reload the extension. -For Firefox for Android, use `npm run dev:firefox-android -- --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information. +For Firefox for Android, use `npm run dev:firefox-android -- --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information. You may need to edit package.json and add the parameters directly there. |