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

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

weblate
Copy link
Contributor

@weblate weblate commented Apr 4, 2024

Currently translated at 26.8% (186 of 692 strings)

Co-authored-by: Jernej Vidmar <nejc.vidmar@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/sl/
Translation: Hedy/Adventures
Copy link
Contributor

github-actions bot commented Apr 4, 2024

The automatic script made changes

content/adventures/sl.yaml

There was a problem in a level 15 snippet:

Caution

You used too many spaces in line 8. You used 9 spaces, which is too much. Start every new block with 5 spaces more than the line before. at line [8]

Translation source

ključi = 'izgubljen'
{print} 'Stojite na svojem vrtu in izgubili ste ključe.'
{print} 'Kje jih želite iskati?'
{print} 'Izbirate lahko med: drevo, greda, skala, poštni nabiralnik'
{while} ključi == 'izgubljen'
     lokacija = {ask} 'Kje želite iskati?'
     {if} lokacija == 'greda'
         {print} 'Tukaj so!' <---- ERROR HERE
         ključi = 'najdeni'
     {else}
         {print} 'Ne, niso na ' lokacija
{print} 'Zdaj lahko vstopite v hišo!'

Translated version

ključi = 'izgubljen'
izpiši 'Stojite na svojem vrtu in izgubili ste ključe.'
izpiši 'Kje jih želite iskati?'
izpiši 'Izbirate lahko med: drevo, greda, skala, poštni nabiralnik'
medtem ko ključi == 'izgubljen'
     lokacija = Vprašaj 'Kje želite iskati?'
     če lokacija == 'greda'
         izpiši 'Tukaj so!' <---- ERROR HERE
         ključi = 'najdeni'
     drugače
         izpiši 'Ne, niso na ' lokacija
izpiši 'Zdaj lahko vstopite v hišo!'

This snippet has been reverted to English.

Copy link
Contributor

mergify bot commented Apr 4, 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 6d9940b into hedyorg:main Apr 4, 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