microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
727 stars 638 forks source link

"Course ": Some cards name has missing in Polski Language #5812

Closed Ramanan0530 closed 3 months ago

Ramanan0530 commented 3 months ago

Describe the bug "Course ": Some cards name has missing in Polski Language

Steps to reproduce the behavior 1.Navigate to https://makecode.microbit.org/beta

  1. Switch language to Polski.
  2. Move to course section and compare with English home page.

Actual behavior There is missing name of some cards in Course section when switch to Polski Language

Expect behavior Every card name should be appeared normally when switch language.

Screenshot: polski

Additional context 1.OS: Windows 11 , MAC 2.Browser: Edge, Firefox, Chrome, Safari 3.makecode.microbit,org version: 7.0.17 5.Microsoft MakeCode version: 10.2.6

jwunderl commented 3 months ago

This was caused by a mistranslation on crowdin:

image

the key in the json fields for name and description was getting translated to 'nazwa' and 'opis', so they effectively don't get set for the rendering code. I've updated the translations, but @ganicke in case you see this elsewhere ~

The translations should be fixed in ~48 hours, but if you've already visited the page may stay for about a week -- will need to check in a private browsing window & clear cache if it goes through.

fionama100 commented 3 months ago

I verified this bug in the latest version: 7.0.20 and it has been fixed.