Discuss Scratch

Aneri9714
Scratcher
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
Scratcher
1000+ posts

The Translating Scratch Directory

futon0912
Scratcher
1000+ posts

The Translating Scratch Directory

There are two Japanese translation (日本語の翻訳)

Last edited by futon0912 (Sept. 15, 2022 07:15:41)

codingeine
New Scratcher
2 posts

The Translating Scratch Directory

GunChleoc wrote:

Russian wiki translation: https://scratch.mit.edu/discuss/topic/429213/
pen up
set pen color to [#54aee8]
set pen color to ()
change pen color by ()
R4356th
Scratcher
1000+ posts

The Translating Scratch Directory

StrongPeanut wrote:

Japanese translation (日本語の翻訳) is there two?

futon0912 wrote:

There are two Japanese translation (日本語の翻訳)
Thanks for pointing that out! I have fixed that.
LibreFaso
New Scratcher
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.
R4356th
Scratcher
1000+ posts

The Translating Scratch Directory

LibreFaso wrote:

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.
You can help out though!
LibreFaso
New Scratcher
14 posts

The Translating Scratch Directory

R4356th wrote:

You can help out though!

I'd like to but I'm not fluent in the language, and bad translations do not actually help.

Last edited by LibreFaso (Sept. 3, 2023 01:32:04)

dollar2022
Scratcher
68 posts

The Translating Scratch Directory

lol
gros_gg
Scratcher
7 posts

The Translating Scratch Directory

test lol
lnecel
Scratcher
100+ posts

The Translating Scratch Directory

Hmm…
lnecel
Scratcher
100+ posts

The Translating Scratch Directory

idk but I think I am going to sleep
lnecel
Scratcher
100+ posts

The Translating Scratch Directory

Hey: I must sleep:
sleep
lnecel
Scratcher
100+ posts

The Translating Scratch Directory

Let’s
video
.
Video sensing block is
turn video [on (default) v]
lnecel
Scratcher
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
Scratcher
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
Scratcher
100+ posts

The Translating Scratch Directory

And then the code continues like this:
set voice to [tenor v]
set language to (language)
speak [Hello!]
This code ends like this.
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
Scratcher
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
Scratcher
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
Scratcher
100+ posts

The Translating Scratch Directory

The blocks are not to block. They are scratch blocks.
Example:

move (10) steps

Powered by DjangoBB