Discuss Scratch
- Discussion Forums
- » Translating Scratch
- » The Translating Scratch Directory
- Aneri9714
-
100+ posts
The Translating Scratch Directory
Ok so umm… yea so this is an inactive directory. I think we should make it active again before someone takes over this
- StrongPeanut
-
1000+ posts
The Translating Scratch Directory
Japanese translation (日本語の翻訳) is there two?
- futon0912
-
1000+ posts
The Translating Scratch Directory
There are two Japanese translation (日本語の翻訳)
Last edited by futon0912 (Sept. 15, 2022 07:15:41)
- codingeine
-
2 posts
The Translating Scratch Directory
https://scratch.mit.edu/discuss/topic/429213/Russian wiki translation:
pen up
set pen color to [#54aee8]
set pen color to ()
change pen color by ()
- R4356th
-
1000+ posts
The Translating Scratch Directory
Japanese translation (日本語の翻訳) is there two?
Japanese translation (日本語の翻訳)Thanks for pointing that out! I have fixed that. There are two

- LibreFaso
-
14 posts
The Translating Scratch Directory
No Wolof/Djolof translation ?
ANAFA localized Firefox and maintained its translation for years, and they started LibreOffice too but I'm not sure if they completed it…
Not sure how many phrases are common between Firefox and Scratch, but it's a start.
ANAFA localized Firefox and maintained its translation for years, and they started LibreOffice too but I'm not sure if they completed it…
Not sure how many phrases are common between Firefox and Scratch, but it's a start.
- R4356th
-
1000+ posts
The Translating Scratch Directory
You can No Wolof/Djolof translation ?help out though!
ANAFA localized Firefox and maintained its translation for years, and they started LibreOffice too but I'm not sure if they completed it…
Not sure how many phrases are common between Firefox and Scratch, but it's a start.
- lnecel
-
100+ posts
The Translating Scratch Directory
Let’s
Video sensing block is
video.
Video sensing block is
turn video [on (default) v]
- lnecel
-
100+ posts
The Translating Scratch Directory
set [(language) v] to [English]
add (language) to [list v](list :: list)
Last edited by lnecel (Jan. 20, 2025 18:44:56)
- lnecel
-
100+ posts
The Translating Scratch Directory
Look like a variable. Let’s adjust th-
is:
set (language) to [English]
add (language) to [languages v]
Last edited by lnecel (Jan. 20, 2025 18:44:28)
- lnecel
-
100+ posts
The Translating Scratch Directory
And then the code continues like this:
Using an end block, this becomes like this:
set voice to [tenor v]This code ends like this.
set language to (language)
speak [Hello!]
Using an end block, this becomes like this:
stop [all v]Code:
when green flag clicked
set (language) to [English]
add (language) to [languages v]
set voice to [tenor v]
set language to (language)
speak [Hello!]
Last edited by lnecel (Jan. 20, 2025 18:46:14)
- lnecel
-
100+ posts
The Translating Scratch Directory
With stop all block:
when green flag clicked
set (language) to [English]
add (language) to [languages v]
set voice to [tenor v]
set language to (language)
speak [Hello!]
stop [all v]
Last edited by lnecel (Jan. 20, 2025 18:40:26)
- lnecel
-
100+ posts
The Translating Scratch Directory
Using a forever loop, you can stop it using a
stop [all v](stop all block) to stop the forever loop! Forever block:
forever
end
- lnecel
-
100+ posts
The Translating Scratch Directory
The blocks are not to block. They are scratch blocks.
Example:
move (10) steps
- Discussion Forums
- » Translating Scratch
-
» The Translating Scratch Directory