Discuss Scratch
- minecson
-
Scratcher
14 posts
Latin language
I want to be able to use Latin to enhance my projects, such as using the translation extension to use Latin as an aesthetic enhancer for ancient Rome, or something.
Also, I did not expect this discussion to attract so much attention, unlike my projects.
Also, I did not expect this discussion to attract so much attention, unlike my projects.
- AlfabetonsOfficial
-
Scratcher
100+ posts
Latin language
Support, some schools have Latin as a language class, and Google Translate has it.
- user14358
-
New Scratcher
1 post
Latin language
No support, the language option is for native speakers
- PkmnQ
-
Scratcher
1000+ posts
Latin language
It works if you use a join block like this:
(translate [hello] to (join [Latin] []) :: extension)And while we're on the topic of join blocks in translate blocks, language codes work too. For example, “es” is the language code for Spanish. So if you do this:
(translate [hello] to (join [es] []) :: extension)It translates to spanish.
Last edited by PkmnQ (Sept. 30, 2021 08:17:37)
- bluedragon8633
-
Scratcher
1000+ posts
Latin language
No support; as previously mentioned, Latin is not used as a real language anymore; its primary uses being mottos, scientific names, and surviving Roman documents. Scientific names aren't a good enough reason to add them; if you're talking about existing organisms, then you just look up their name, and if you're making up new ones, that's a rare enough need that Google Translate should suffice. Mottos are also common uses, but again, this is rare enough that the people who need it can look it up. And it's not like the alphabet is that different, so you could type in “Latin” with an English keyboard.
- reallysoftuser
-
Scratcher
1000+ posts
Latin language
It works if you use a join block like this:That's kind of a complicated solution that not many people know about. Why couldn't Latin just be in the dropdown list….?(translate [hello] to (join [Latin] []) :: extension)And while we're on the topic of join blocks in translate blocks, language codes work too. For example, “es” is the language code for Spanish. So if you do this:(translate [hello] to (join [es] []) :: extension)It translates to spanish.
Last edited by reallysoftuser (Sept. 30, 2021 15:31:13)
- minecson
-
Scratcher
14 posts
Latin language
Well, to get someone to have to press Enter on their keyboard, you have to use the same trick but with the word “enter,” and in a “key pressed” block.








