Skip to content

Commit

Permalink
Translated using Weblate (Swedish)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (189 of 189 strings)

Translation: Hedy/Cheatsheets
Translate-URL: https://hosted.weblate.org/projects/hedy/commands/sv/
  • Loading branch information
carlrobert authored and weblate committed Jun 19, 2023
1 parent b4fa6ed commit 226578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/cheatsheets/sv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
demo_code: "svar {is} {ask} 'Hur långt ska jag gå?'\n{if} svar {is} långt {forward} 100 {else} {forward} 5"
- demo_code: "pretty_colors {is} green, yellow\ncolor {is} {ask} 'What {is} your favorite color?'\n{if} color {in} pretty_colors {print} 'pretty!' {else} {print} 'meh'"
name: '{in}'
explanation: Check elements with `{in}`.
explanation: Kolla element med `{in}`.
- name: '{pressed}'
explanation: Kontrollera om en viss tangent är `{pressed}`.
demo_code: "{if} a {is} {pressed} {print} 'Du tryckte på A!' {else} {print} 'Du tryckte på en annan tangent!'"
Expand Down

0 comments on commit 226578f

Please sign in to comment.