mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
Add italian localizations and mechanism for card, levels and buttons and labels
This commit is contained in:
parent
2c275424a3
commit
705cc849c2
125 changed files with 131 additions and 71 deletions
levels/intro
|
@ -1,42 +0,0 @@
|
|||
title = Living dangerously
|
||||
cards =
|
||||
|
||||
[description]
|
||||
|
||||
So you have decided to apply for time travel school, to learn how to use this time machine called "Git"!
|
||||
|
||||
How exciting!
|
||||
|
||||
You're almost done with the paperwork! You just need to fill in one more reason why you want to learn Git.
|
||||
|
||||
[congrats]
|
||||
|
||||
Suddenly, your cat jumps on the table, snatches away the form, and runs away! Oh no. All your hard work, gone!
|
||||
|
||||
You clearly need a better solution.
|
||||
|
||||
(Click "Next Level" as soon as you're ready!)
|
||||
|
||||
[setup]
|
||||
|
||||
rm -rf .git
|
||||
|
||||
echo "~ Why I want to learn Git ~
|
||||
|
||||
- So that I can undo mistakes
|
||||
- To track my projects over time" >> form.txt
|
||||
|
||||
[actions]
|
||||
|
||||
test "$(cat form.txt | wc -l )" -ge 5 && echo "(Has been stolen by your cat.)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
" > form.txt
|
||||
|
||||
[win]
|
||||
|
||||
# Add another line to form.txt!
|
||||
test "$(cat form.txt | wc -l )" -ge 5
|
Loading…
Add table
Add a link
Reference in a new issue