From 32d98e65449253400fcdbd1d7b639a5e496dbafe Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 11 Aug 2023 22:38:38 -0400 Subject: [PATCH 1/2] Add more info about testing on android --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40f9d2db..f67fb647 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,5 +24,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 `. 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 `. 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. From e5b0b60dde35b98d6b33e6a9a1cfbe0c22b1724d Mon Sep 17 00:00:00 2001 From: Michael C Date: Sun, 13 Aug 2023 15:05:08 -0400 Subject: [PATCH 2/2] add translations to contributing --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f67fb647..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