microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
484 stars 210 forks source link

In Chinese: “Simple Extensions” doesn't get the expected result #2226

Closed Sheila111 closed 4 years ago

Sheila111 commented 4 years ago

Describe the bug In Chinese: “Simple Extensions” doesn't get the expected result

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/beta# 2.Select language to Chinese 3.Tutorials---->Simple Extensions---->Start Tutorial 4.Finished the tutorial

Expect behavior When the player overlaps the goal , game wins.

Actual behavior When the player overlaps the goal , nothing happened. It seems that on sprite of kind Player overlaps at location doesn't take effect in Chinese. 1

Additional context 1.OS: Windows(rs6) 2.arcade version: 1.0.12 3.Microsoft MakeCode version: 6.1.38

Sheila111 commented 4 years ago

You can import https://makecode.com/_4CUWW575s53p. It's the complete program.

jwunderl commented 4 years ago

Fixed in translations, somebody broke the translation for the corgio create block: https://crowdin.com/translate/kindscript/3642/en-zhcn#287832 . Going through the tutorial again in chinese simplified will work sometime over the next 24hrs

Sheila111 commented 4 years ago

@jwunderl still not fixed. Steps to repro: 1.Select language to Chinese 2.import https://makecode.com/_4CUWW575s53p
1