Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ Most extensions shouldn't need external documentation -- it should be obvious wh

Static resources such as example resources used by extensions go in the `website` folder.

## Making sure that your extension can be easily translated
### In block text
Make sure to use `Scratch.translate()` on any user-facing text in your extension, unless there is a good reason not to.

### In your extension's image
You should avoid putting any important text in your extension's image, because TurboWarp does not know how to translate it. As a rule of thumb, try replacing all of your image's text with gibberish and see if the intended meaning comes across either way; if it doesn't, it shouldn't be added to Turbowarp.

## Banned APIs

Don't use these:
Expand Down