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 #5312

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

weblate
Copy link
Contributor

@weblate weblate commented Mar 26, 2024

Currently translated at 1.6% (10 of 618 strings)

Translated using Weblate (Slovenian)

Currently translated at 2.1% (47 of 2185 strings)

Translated using Weblate (Slovenian)

Currently translated at 16.4% (114 of 692 strings)

Co-authored-by: Jernej Vidmar <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/sl/
Translate-URL: https://hosted.weblate.org/projects/hedy/quizzes/sl/
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/sl/
Translation: Hedy/Adventures
Translation: Hedy/Quizzes
Translation: Hedy/Texts
Copy link
Contributor

The automatic script made changes

content/adventures/sl.yaml

There was a problem in a level 14 snippet:

Caution

The code you entered is not valid Hedy code. There is a mistake on line 17, at position 1. You typed a space, but that is not allowed. at line (17, 1)

Translation source

{print} 'Naredi svoj kviz'
točke_a = 0
točke_b  = 0
{print} 'Vprašanje'
{print} 'Odgovor  A'
{print} 'Odgovor B'
odgovor = {ask} 'Kateri odgovor?'
{if} odgovor == 'A'
    točke_a = točke_a + 1
{if} odgovor == 'B'
    točke_b = točke_b + 1
{print} 'Konec kviza!'
{print} 'Pa poglejmo rezultate!'
{if} točke_a > točke_b
    {print} 'Pripadaš v razred A'
{if} točke_b > točke_a 
    {print} 'Pripadaš v razred B' <---- ERROR HERE

Translated version

izpiši 'Naredi svoj kviz'
točke_a = 0
točke_b  = 0
izpiši 'Vprašanje'
izpiši 'Odgovor  A'
izpiši 'Odgovor B'
odgovor = vprašaj 'Kateri odgovor?'
če odgovor == 'A'
    točke_a = točke_a + 1
če odgovor == 'B'
    točke_b = točke_b + 1
izpiši 'Konec kviza!'
izpiši 'Pa poglejmo rezultate!'
če točke_a > točke_b
    izpiši 'Pripadaš v razred A'
če točke_b > točke_a 
    izpiši 'Pripadaš v razred B' <---- ERROR HERE

This snippet has been reverted to English.

Copy link
Contributor

mergify bot commented Mar 26, 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 57a5577 into hedyorg:main Mar 26, 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.

2 participants