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

Translations update from Hosted Weblate #5511

Merged
merged 6 commits into from
May 9, 2024

Conversation

weblate
Copy link
Contributor

@weblate weblate commented May 9, 2024

Snoring Parrot and others added 5 commits May 9, 2024 08:14
Currently translated at 79.5% (594 of 747 strings)

Translated using Weblate (English)

Currently translated at 99.3% (742 of 747 strings)

Co-authored-by: Snoring Parrot <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/en/
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/pt_BR/
Translation: Hedy/Adventures
Currently translated at 84.0% (628 of 747 strings)

Co-authored-by: Étienne Charignon <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/fr/
Translation: Hedy/Adventures
Currently translated at 100.0% (640 of 640 strings)

Co-authored-by: gallegonovato <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/es/
Translation: Hedy/Texts
Currently translated at 46.8% (189 of 403 strings)

Co-authored-by: nourcheneht <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/slides/fr/
Translation: Hedy/slides
Currently translated at 54.0% (251 of 464 strings)

Co-authored-by: firestorm22 <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/fr_CA/
Translation: Hedy/Webpages
Copy link
Contributor

github-actions bot commented May 9, 2024

The automatic script made changes

content/adventures/fr.yaml

There was a problem in a level 13 snippet, at adventures.rock.levels.13.example_code:

Caution

You tried to use the variable ton_choice, but you didn't set it. It is also possible that you were trying to use the word ton_choice but forgot quotation marks. at line [4]

Translation source

options = "pierre", "papier", "ciseaux"
ton_choix = {ask} "Que choisis-tu ?"
choix_ordinateur = options {at} {random}
{print} "Tu as choisis " ton_choice <---- ERROR HERE
{print} "L'ordinateur a choisi " choix_ordinateur
{if} choix_ordinateur {is} ton_choice
    {print} "Match nul"
{if} choix_ordinateur {is} "rock" {and} ton_choice {is} "papier"
    {print} "Tu gagne !"
{if} choix_ordinateur {is} "rock" {and} ton_choice {is} "ciseaux"
    {print} "L'ordinateur gagne !"

Translated version

options = "pierre", "papier", "ciseaux"
ton_choix = demande "Que choisis-tu ?"
choix_ordinateur = options au hasard
affiche "Tu as choisis " ton_choice <---- ERROR HERE
affiche "L'ordinateur a choisi " choix_ordinateur
si choix_ordinateur est ton_choice
    affiche "Match nul"
si choix_ordinateur est "rock" et ton_choice est "papier"
    affiche "Tu gagne !"
si choix_ordinateur est "rock" et ton_choice est "ciseaux"
    affiche "L'ordinateur gagne !"

This snippet has been reverted to English.

Copy link
Contributor

mergify bot commented May 9, 2024

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit e494f9d into hedyorg:main May 9, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants