Skip to content

Commit

Permalink
Update localization files (2024-05-20T01:48:04.898Z)
Browse files Browse the repository at this point in the history
  • Loading branch information
scratchaddons-bot[bot] committed May 20, 2024
1 parent 384f883 commit 5ead8e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions nl/markdown/docs/develop/getting-started/addon-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Addon-Basis
---

## What is an addon?
## Wat is een addon?
An addon is a userscript, userstyle, or combination of both that runs on the Scratch website or project editor when enabled. For example, the "Editor find bar" addon has a userscript that adds a find box to the editor, and a userstyle that styles that box.

## What is a userscript?
## Wat is een userscript?
A [userscript](/docs/develop/userscripts) is a JavaScript file that is executed every time the user loads a Scratch page. They can modify the document’s HTML, add new buttons, customize Scratch editor behavior, and so much more.

## What is a userstyle?
Expand Down
14 changes: 7 additions & 7 deletions nl/markdown/docs/getting-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Unlike the store releases, installing from source requires a browser based on Ch

### Het archief kopiëren

This is the recommended way to install Scratch Addons for development purposes, assuming you have Git installed.
Dit is de aanbevolen manier om Scratch Addons te installeren voor ontwikkelingsdoeleinden, ervan uitgaande dat Git geïnstalleerd is.

If you plan on contributing, fork the repository on GitHub first and then clone the fork, replacing `<username>` with your Github username.

Expand All @@ -38,16 +38,16 @@ $ git fetch
$ git pull
```

Remember to also update Scratch Addons from the browser.
Vergeet niet om Scratch Addons ook bij te werken vanuit de browser.


### Downloading the Zip
### Het Zip-bestand downloaden

{{< admonition warning >}}
This method is not recommended for development unless Git cannot be installed on the system since it will need to be manually repeated every time you update Scratch Addons.
{{< /admonition >}}

If you don not have Git installed, use this method instead.
Gebruik deze methode als je Git niet hebt geïnstalleerd.

1. Ga naar het [archief](https://github.com/ScratchAddons/ScratchAddons) en vind de code downloaden-knop.

Expand All @@ -59,11 +59,11 @@ If you don not have Git installed, use this method instead.

To load the extension into Google Chrome and most Chromium-based browsers such as Microsoft Edge, Opera, Brave or Vivaldi:

1. Go to [chrome://extensions](chrome://extensions)
1. Ga naar [chrome://extensions](chrome://extensions)

1. Turn on "Developer mode" in the top-right corner
1. Zet "Ontwikkelaarsstand" rechtsboven aan

1. Click "Load unpacked" and select the `ScratchAddons` folder.
1. Klik "Uitgepakte extensie laden" en selecteer de `ScratchAddons` map.

To update the extension when testing, click the refresh icon on the extension's card.

Expand Down

0 comments on commit 5ead8e1

Please sign in to comment.