Discuss Scratch
- Discussion Forums
- » Translating Scratch
- » String questions for website translation
- GunChleoc
-
500+ posts
String questions for website translation
I have difficulty translation an ambiguous string for the website, and I can't find where it is to have a look at it:
Is this a tab called “Example”, or an example for a tab?
Example tabtemplates/explore/base.html:32 templates/studio/base.html:29
Is this a tab called “Example”, or an example for a tab?
- TheHockeyist
-
1000+ posts
String questions for website translation
I have difficulty translation an ambiguous string for the website, and I can't find where it is to have a look at it:Example tabtemplates/explore/base.html:32 templates/studio/base.html:29
Is this a tab called “Example”, or an example for a tab?
It's an example tab, I think.
- rebecagamz
-
1 post
String questions for website translation
Hi, Um, I have this Computer Class assignment and we have to translate words in an invented language “f” like “can we meet?”= “cafan wefe meefeet?”
So we need to create a translator, how can I create a string for that?
So we need to create a translator, how can I create a string for that?
- GunChleoc
-
500+ posts
String questions for website translation
You will need a repeat block and a counter variable. Go through the string letter by letter and add them to a result string. Whenever the counter hits 3, reset the counter and add an additional f to the result.
If you need more help, best ask in https://scratch-mit-edu.ezproxyberklee.flo.org/discuss/7/.
If you need more help, best ask in https://scratch-mit-edu.ezproxyberklee.flo.org/discuss/7/.
Last edited by GunChleoc (Nov. 16, 2016 10:40:54)
- Discussion Forums
- » Translating Scratch
-
» String questions for website translation