Skip to content

Commit

Permalink
Update source files (2024-02-26T14:50:37.391Z)
Browse files Browse the repository at this point in the history
  • Loading branch information
scratchaddons-bot[bot] committed Feb 26, 2024
1 parent ff9dcc5 commit 1f685f5
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 40 deletions.
12 changes: 6 additions & 6 deletions en/html-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ addons.html:
changelog.html:
title: Changelog
description: All notable changes to this project will be documented in this page.
credits.html:
title: Credits
description: Many thanks to these amazing people for contributing to the project by working on Scratch Addons, its features, its themes, its website, etc.
extension-settings.html:
title: Scratch Addons settings
description: How to access Scratch Addons settings, step by step.
Expand All @@ -18,12 +21,9 @@ feedback.html:
scratch-messaging-transition.html:
title: Extension Update (Transition)
description: Scratch Messaging Extension (by griffpatch) has been updated and is now called Scratch Addons. Click the Scratch Addons icon in the extension bar to check out the new redesigned messages summary!
credits.html:
title: Credits
description: Many thanks to these amazing people for contributing to the project by working on Scratch Addons, its features, its themes, its website, etc.
welcome.html:
title: Welcome!
description: Scratch Addons has been installed successfully! Thank you for installing. We hope you enjoy the extension!
unsupported-browser.html:
title: Unsupported Browser
description: Scratch Addons doesn't support the browser you're using.
welcome.html:
title: Welcome!
description: Scratch Addons has been installed successfully! Thank you for installing. We hope you enjoy the extension!
1 change: 1 addition & 0 deletions en/markdown/docs/develop/userscripts/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ reportButton.addEventListener("click", (event) => {

- Prefer newer APIs, such as `fetch()` over `XMLHttpRequest`.
- Never use `==` for comparisons. Use `===` instead.
- When listening to keyboard events, accessing `event.key` is the preferred way to know which key was pressed. In general, you should avoid `event.code` and `event.keyCode`.
- Use optional chaining if an object can sometimes be `null`.
For example, `document.querySelector(".remix-button")?.textContent`.
- Use `for ... of` loops or `.forEach()`.
Expand Down
4 changes: 2 additions & 2 deletions en/markdown/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Scratch Addons is officially supported on the desktop versions of [Google Chrome

### Can I use Scratch Addons on a mobile device?

For Android users: Yes, but it is not recommended. Major browsers do not allow Scratch Addons (or any other extensions) to be installed, so you need to use browsers such as [Kiwi](https://kiwibrowser.com/) to do so. Scratch Addons' UI is not well-tested on touchscreens or environments with small screen size, so some of the features might not work as expected.
**For Android users**: Yes, Scratch Addons can now be installed on [Firefox for Android](https://play.google.com/store/apps/details?id=org.mozilla.firefox), but it is not recommended yet since Scratch Addons' UI is not well-tested on touchscreens or environments with small screen sizes so some features might not work as expected. Alternatively, if you prefer Chrome you could try the [Kiwi Browser](https://kiwibrowser.com/).

For iOS and iPadOS users: Sadly, it is not. App Store policy does not allow browser implementations to be uploaded, which means all browsers available on that platform are just re-skinned Safari. This causes some problems (see below).
**For iOS and iPadOS users**: Sadly, it is not. App Store policy does not allow browser implementations to be uploaded, which means all browsers available on that platform are just re-skinned Safari. This causes some problems (see below).

### Can I use Scratch Addons on Safari?

Expand Down
12 changes: 5 additions & 7 deletions en/markdown/docs/localization/joining-the-localization-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,18 @@ Thanks for wanting to help with translating Scratch Addons to other languages! P
If you don't own a Scratch account, please send an email to `[email protected]` instead.

### 2. Create a Transifex account
1. Go to [Transifex Sign Up](https://app.transifex.com/signup/).
1. You will be shown Transifex's "Sign Up" screen. **DO NOT sign up with Google.**
1. Go to [Transifex open-source Sign up](https://app.transifex.com/signup/open-source/?join_org=scratch-addons&join_project=scratch-addons-extension).
1. You will be shown Transifex's "Sign up" screen. **DO NOT sign up with Google.**
1. In the "business email" field, enter your email (it can be Gmail, Outlook, or any other).
1. In the "username" field, we highly recommend you enter your Scratch username, or a slight variation of it.
For example, if your Scratch username is `john_walker954`, your Transifex username can be exactly the same (`john_walker954`) or `john_walker954_scratch`.
1. In the "business email" field, enter your email (it can be Gmail, Outlook, or any other).
1. In the "password" field, enter a password.
1. Click the "Sign Up" button.
1. Choose **"Join an existing organization"**.
1. Click the "Continue" button.
1. Click the "Sign up" button.
1. You'll be asked for your First name and Last name.
\- In the **First name**, we recommend you enter your Scratch username.
\- In the **Last name**, we recommend you enter the language you want to translate to (for example, `Greek`).
1. In the "languages you speak" field, select at least one language you're fluent with (for example, English).
1. Click the "Continue" button.
1. Click the "Let's get started" button.
1. Continue with the "requesting a language" steps below.

If you already own a Transifex account and don't want to create a new one, please send an email to `[email protected]` indicating your Transifex account's username. Then, continue with the "requesting a language" section below.
Expand Down
50 changes: 25 additions & 25 deletions en/static-front.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,17 @@
credits.html:
aliases:
- /contributors
unsupported-browser.html:
robots_tag: noindex
docs/_index.md:
section_root: true
cascade:
section_site_name: Docs.SectionSiteName
docs/faq.md:
weight: 51
aliases:
- /faq
- /docs/frequently-asked-questions
embed_js:
- /assets/js/faq.js
docs/develop/adding-an-icon-to-a-setting-name.md:
aliases:
- /docs/developing/how-to-add-an-icon-to-a-setting-name
docs/develop/_index.md:
weight: 2
aliases:
- /docs/developing
docs/getting-started/_index.md:
weight: 1
docs/getting-started/installing.md:
weight: 2
docs/getting-started/quick-start.md:
weight: 1
aliases:
- /docs/developing/installing-scratch-addons
docs/localization/_index.md:
weight: 2
docs/localization/joining-the-localization-team.md:
docs/develop/adding-an-icon-to-a-setting-name.md:
aliases:
- /docs/localization/how-to-join-the-localization-team
- /translate
- /docs/developing/how-to-add-an-icon-to-a-setting-name
docs/develop/getting-started/_index.md:
weight: 1
docs/develop/getting-started/addon-basics.md:
Expand All @@ -56,3 +33,26 @@ docs/develop/userstyles/_index.md:
- /docs/develop/addon-types/userstyles
- /docs/develop/userstyles/
weight: 2
docs/faq.md:
weight: 51
aliases:
- /faq
- /docs/frequently-asked-questions
embed_js:
- /assets/js/faq.js
docs/getting-started/_index.md:
weight: 1
docs/getting-started/installing.md:
weight: 2
docs/getting-started/quick-start.md:
weight: 1
aliases:
- /docs/developing/installing-scratch-addons
docs/localization/_index.md:
weight: 2
docs/localization/joining-the-localization-team.md:
aliases:
- /docs/localization/how-to-join-the-localization-team
- /translate
unsupported-browser.html:
robots_tag: noindex

0 comments on commit 1f685f5

Please sign in to comment.