Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Editor Tour in French #10411

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Conversation

thsparks
Copy link
Contributor

@thsparks thsparks commented Mar 6, 2025

Fixes microsoft/pxt-arcade#6717

There were two issues happening causing the bug:

Firstly, some of the strings (location & highlight) should not be translated but were translated. They're used by the code to reference positions and elements in the DOM respectively, so when they're in french, they don't map to anything. I've gone through and removed the translations in crowdin.

Secondly, some of the properties had spaces before the semicolon, i.e: location : center, and that was being left in for the property name. For these, I think it's safe to trim the string, hence this PR.

@thsparks thsparks requested a review from a team March 6, 2025 23:38
@thsparks thsparks merged commit c9fef48 into master Mar 7, 2025
7 checks passed
@thsparks thsparks deleted the thsparks/fix_editor_tour_translations branch March 7, 2025 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tour doesn't work in French
2 participants